X-Git-Url: http://git.madism.org/?a=blobdiff_plain;ds=sidebyside;f=init.h;h=1e13e522e84aea9235f69af575a26f0f6be1785c;hb=a5b02206150dc653355cdc60286c27482b5a4f93;hp=d1250cd6bb79bf7a18c7c8e4bf5abcd2c7da94b4;hpb=52aa6e9e7d08b7d89e3991f1dd22e7e966fc9f49;p=apps%2Fmadmutt.git diff --git a/init.h b/init.h index d1250cd..1e13e52 100644 --- a/init.h +++ b/init.h @@ -3124,7 +3124,16 @@ struct option_t MuttVars[] = { ** assumed that filename is a shell command and input should be read from ** its stdout. */ - {"signoff_string", DT_SYN, R_NONE, UL "post_indent_string", 0}, + {"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. + */ {"simple_search", DT_STR, R_NONE, UL &SimpleSearch, UL "~f %s | ~s %s"}, /* ** .pp