OBS User unknown
2007-06-03 19:54:37 +00:00
committed by Git OBS Bridge
parent 0b1899d15d
commit cffaf89114
13 changed files with 129 additions and 280 deletions

View 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.