1
0
forked from pool/mutt
mutt/mutt-1.5.15-wrapcolumn.diff

13 lines
477 B
Diff
Raw Normal View History

--- init.h
+++ init.h 2007-06-01 13:18:51.045205100 +0200
@@ -2959,7 +2959,8 @@ struct option_t MuttVars[] = {
** When set, 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.