forked from rpm/mutt
This commit is contained in:
committed by
Git OBS Bridge
parent
0b1899d15d
commit
cffaf89114
12
mutt-1.5.15-wrapcolumn.diff
Normal file
12
mutt-1.5.15-wrapcolumn.diff
Normal file
@@ -0,0 +1,12 @@
|
||||
--- init.h
|
||||
+++ init.h 2007-06-01 13:18:51.045205100 +0200
|
||||
@@ -2959,7 +2959,8 @@ struct option_t MuttVars[] = {
|
||||
** When set, 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.
|
Reference in New Issue
Block a user