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
|
2019-01-02 15:21:18 +01:00
|
|
|
+++ init.h 2019-01-02 13:04:23.746719029 +0000
|
|
|
|
@@ -4032,6 +4032,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.
|