19 lines
637 B
Diff
19 lines
637 B
Diff
Index: init.h
|
|
===================================================================
|
|
---
|
|
init.h | 3 ++-
|
|
1 file changed, 2 insertions(+), 1 deletion(-)
|
|
|
|
--- init.h
|
|
+++ init.h 2016-05-31 11:13:06.686215217 +0000
|
|
@@ -4020,7 +4020,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.
|