2009-11-10 12:34:34 +01:00
|
|
|
Index: init.h
|
|
|
|
===================================================================
|
2016-05-12 16:10:16 +02:00
|
|
|
---
|
2017-09-15 11:18:59 +02:00
|
|
|
init.h | 1 +
|
|
|
|
1 file changed, 1 insertion(+)
|
2016-05-12 16:10:16 +02:00
|
|
|
|
|
|
|
--- init.h
|
2020-01-15 07:59:22 +01:00
|
|
|
+++ init.h 2020-01-14 13:28:27.408149074 +0000
|
2020-11-10 10:16:35 +01:00
|
|
|
@@ -4534,6 +4534,7 @@ struct option_t MuttVars[] = {
|
|
|
|
** Also see $$copy_decode_weed, $$pipe_decode_weed, $$print_decode_weed.
|
2007-06-03 21:54:37 +02:00
|
|
|
*/
|
2020-01-15 07:59:22 +01:00
|
|
|
{ "wrap", DT_NUM, R_PAGER, {.p=&Wrap}, {.l=0} },
|
|
|
|
+ { "wrapcolumn", DT_SYN, R_NONE, {.p="wrap"}, {.p=0} },
|
2007-06-03 21:54:37 +02:00
|
|
|
/*
|
|
|
|
** .pp
|
|
|
|
** When set to a positive value, mutt will wrap text at $$wrap characters.
|