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

17 lines
504 B
Diff

Index: init.h
===================================================================
---
init.h | 1 +
1 file changed, 1 insertion(+)
--- init.h
+++ init.h 2018-07-04 12:19:10.323191976 +0000
@@ -3954,6 +3954,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.