summaryrefslogtreecommitdiffstats
path: root/init.h
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>2000-11-07 10:31:51 +0000
committerThomas Roessler <roessler@does-not-exist.org>2000-11-07 10:31:51 +0000
commit31fc4f13c56f6f6a3f6214cc47be48043cf6bd03 (patch)
treebb3436806978c7d3c54f5a8565e5fa3273967899 /init.h
parenta6d295267e44ecbc4fd8a8c3a55480acb2c746d7 (diff)
Add a sig_on_top option.
Diffstat (limited to 'init.h')
-rw-r--r--init.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/init.h b/init.h
index ba64f603..c2b9d78f 100644
--- a/init.h
+++ b/init.h
@@ -1802,6 +1802,14 @@ struct option_t MuttVars[] = {
** detect your signature. For example, Mutt has the ability to highlight
** the signature in a different color in the builtin pager.
*/
+ { "sig_on_top", DT_BOOL, R_NONE, OPTSIGONTOP, 0},
+ /*
+ ** .pp
+ ** If set, the signature will be included before any quoted or forwarded
+ ** text. It is \fBstrongly\fP recommended that you do not set this variable
+ ** unless you really know what you are doing, and are prepared to take
+ ** some heat from netiquette guardians.
+ */
{ "signature", DT_PATH, R_NONE, UL &Signature, UL "~/.signature" },
/*
** .pp