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