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
|
2018-07-05 13:57:50 +02:00
|
|
|
+++ init.h 2018-07-04 12:19:10.323191976 +0000
|
2018-07-17 11:51:04 +02:00
|
|
|
@@ -3968,6 +3968,7 @@ struct option_t MuttVars[] = {
|
2007-06-03 21:54:37 +02:00
|
|
|
** printing, or replying to messages.
|
|
|
|
*/
|
2018-07-05 13:57:50 +02:00
|
|
|
{ "wrap", DT_NUM, R_PAGER, UL &Wrap, 0 },
|
|
|
|
+ { "wrapcolumn", DT_SYN, R_NONE, UL "wrap", 0 },
|
2007-06-03 21:54:37 +02:00
|
|
|
/*
|
|
|
|
** .pp
|
|
|
|
** When set to a positive value, mutt will wrap text at $$wrap characters.
|