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

17 lines
558 B
Diff
Raw Normal View History

Index: init.h
===================================================================
---
init.h | 1 +
1 file changed, 1 insertion(+)
--- init.h
+++ init.h 2020-01-14 13:28:27.408149074 +0000
@@ -4845,6 +4845,7 @@ struct option_t MuttVars[] = {
** Also see $$copy_decode_weed, $$pipe_decode_weed, $$print_decode_weed.
*/
{ "wrap", DT_NUM, R_PAGER_FLOW, {.p=&Wrap}, {.l=0} },
+ { "wrapcolumn", DT_SYN, R_NONE, {.p="wrap"}, {.p=0} },
/*
** .pp
** When set to a positive value, mutt will wrap text at $$wrap characters.