Index: init.h =================================================================== --- init.h | 1 + 1 file changed, 1 insertion(+) --- init.h +++ init.h 2018-07-04 12:19:10.323191976 +0000 @@ -3968,6 +3968,7 @@ struct option_t MuttVars[] = { ** printing, or replying to messages. */ { "wrap", DT_NUM, R_PAGER, UL &Wrap, 0 }, + { "wrapcolumn", DT_SYN, R_NONE, UL "wrap", 0 }, /* ** .pp ** When set to a positive value, mutt will wrap text at $$wrap characters.