4422a49318
Copy from server:mail/mutt based on submit request 23900 from user dirkmueller OBS-URL: https://build.opensuse.org/request/show/23900 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mutt?expand=0&rev=19
15 lines
534 B
Diff
15 lines
534 B
Diff
Index: init.h
|
|
===================================================================
|
|
--- init.h.orig
|
|
+++ init.h
|
|
@@ -3308,7 +3308,8 @@ struct option_t MuttVars[] = {
|
|
** When \fIset\fP, mutt will weed headers when displaying, forwarding,
|
|
** printing, or replying to messages.
|
|
*/
|
|
- { "wrap", DT_NUM, R_PAGER, UL &Wrap, 0 },
|
|
+ { "wrap", DT_NUM, R_PAGER, UL &Wrap, 0 },
|
|
+ { "wrapcolumn", DT_SYN, R_NONE, UL "wrap", 0 },
|
|
/*
|
|
** .pp
|
|
** When set to a positive value, mutt will wrap text at $$wrap characters.
|