Index: init.h =================================================================== --- init.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) --- init.h +++ init.h 2017-04-28 12:56:30.912131384 +0000 @@ -4224,7 +4224,8 @@ struct option_t MuttVars[] = { ** When \fIset\fP, mutt will weed headers when displaying, forwarding, ** printing, or replying to messages. */ - { "wrap", DT_NUM, R_PAGER, UL &Wrap, 0 }, + { "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.