X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=init.h;h=10c1824edaea6635a72f204d0346af30d4d64bcc;hp=6082311e0aaad521e7b2cbe4b527f50964284253;hb=0c528da3f6976cfef3d729d9cd66bd8f265a4060;hpb=8518fe25efade712e3590e5b13537fb0021d4073 diff --git a/init.h b/init.h index 6082311..10c1824 100644 --- a/init.h +++ b/init.h @@ -2688,6 +2688,16 @@ 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 set, 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. + */ { "simple_search", DT_STR, R_NONE, UL &SimpleSearch, UL "~f %s | ~s %s" }, /* ** .pp @@ -2919,6 +2929,13 @@ struct option_t MuttVars[] = { ** personal mailbox where you might have several unrelated messages with ** the subject ``hi'' which will get grouped together. */ + { "stuff_quoted", DT_BOOL, R_BOTH, OPTSTUFFQUOTED, 0 }, + /* + ** .pp + ** If set, attachments with flowed format will have their quoting ``stuffed'', + ** i.e. a space will be inserted between the quote characters and the actual + ** text. + */ { "suspend", DT_BOOL, R_NONE, OPTSUSPEND, 1 }, /* ** .pp