summaryrefslogtreecommitdiffstats
path: root/init.h
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1999-02-18 17:58:43 +0000
committerThomas Roessler <roessler@does-not-exist.org>1999-02-18 17:58:43 +0000
commita15f31d6be1e72ec7a828be3db98715b9e2abf13 (patch)
tree7d807f0a386975df2cc15189f585884e0efa0746 /init.h
parent38ee28dde86016ac023d05592d7505d7fb1caa6b (diff)
Introduce $honor_followup_to. The user will now be asked whether he
wants to honor mail-followup-to or not.
Diffstat (limited to 'init.h')
-rw-r--r--init.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.h b/init.h
index b27093c5..aaf70fcb 100644
--- a/init.h
+++ b/init.h
@@ -121,6 +121,7 @@ struct option_t MuttVars[] = {
{ "help", DT_BOOL, R_BOTH, OPTHELP, 1 },
{ "hidden_host", DT_BOOL, R_NONE, OPTHIDDENHOST, 0 },
{ "history", DT_NUM, R_NONE, UL &HistSize, 10 },
+ { "honor_followup_to", DT_QUAD, R_NONE, OPT_MFUPTO, M_YES },
{ "hostname", DT_STR, R_NONE, UL &Fqdn, 0 },
#ifdef USE_IMAP
{ "imap_checkinterval", DT_NUM, R_NONE, UL &ImapCheckTime, 0 },