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
|
2017-09-15 11:18:59 +02:00
|
|
|
+++ init.h 2017-09-11 11:39:38.727250536 +0000
|
|
|
|
@@ -4354,6 +4354,7 @@ struct Option MuttVars[] = {
|
2007-06-03 21:54:37 +02:00
|
|
|
** printing, or replying to messages.
|
|
|
|
*/
|
2017-09-15 11:18:59 +02:00
|
|
|
{ "wrap", DT_NUMBER, R_PAGER, UL &Wrap, 0 },
|
|
|
|
+ { "wrapcolumn", DT_SYNONYM, 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.
|