1
0
forked from pool/mutt
mutt/mutt-1.5.15-wrapcolumn.diff
OBS User autobuild 4422a49318 Accepting request 23900 from server:mail
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
2009-11-10 11:34:34 +00:00

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.