Index: init.h =================================================================== --- init.h | 1 + 1 file changed, 1 insertion(+) --- init.h +++ init.h 2019-01-02 13:04:23.746719029 +0000 @@ -4032,6 +4032,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.