X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=init.h;h=d1250cd6bb79bf7a18c7c8e4bf5abcd2c7da94b4;hp=3e53b34f9e9251aa0f094f1246f3f97414faa6e7;hb=1601b25fd310dd65a6b6d1b49f2e16f55560ac9d;hpb=f7a7cee0f8bce7ddc378197a9394c6fceb6988ec diff --git a/init.h b/init.h index 3e53b34..d1250cd 100644 --- a/init.h +++ b/init.h @@ -1235,7 +1235,15 @@ struct option_t MuttVars[] = { ** from (instead to the author only). Setting this option to ``\fIask-yes\fP'' or ** ``\fIask-no\fP'' will ask if you really intended to reply to the author only. */ - {"max_line_length", DT_NUM, R_NONE, UL &MaxLineLength, 0}, + {"max_display_recips", DT_NUM, R_PAGER, UL &MaxDispRecips, 0}, + /* + ** .pp + ** When set non-zero, this specifies the maximum number of recipient header + ** lines (\fTTo:\fP, \fTCc:\fP and \fTBcc:\fP) to display in the pager if header + ** weeding is turned on. In case the number of lines exeeds its value, the + ** last line will have 3 dots appended. + */ + {"max_line_length", DT_NUM, R_PAGER, UL &MaxLineLength, 0}, /* ** .pp ** When \fIset\fP, the maximum line length for displaying ``format = flowed'' messages is limited @@ -3116,16 +3124,7 @@ struct option_t MuttVars[] = { ** assumed that filename is a shell command and input should be read from ** its stdout. */ - {"signoff_string", DT_STR, R_NONE, UL &SignOffString, UL 0}, - /* - ** .pp - ** If \fIset\fP, this string will be inserted before the signature. This is useful - ** for people that want to sign off every message they send with their name. - ** .pp - ** If you want to insert your website's URL, additional contact information or - ** witty quotes into your mails, better use a signature file instead of - ** the signoff string. - */ + {"signoff_string", DT_SYN, R_NONE, UL "post_indent_string", 0}, {"simple_search", DT_STR, R_NONE, UL &SimpleSearch, UL "~f %s | ~s %s"}, /* ** .pp