summaryrefslogtreecommitdiffstats
path: root/init.h
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1999-03-15 15:32:15 +0000
committerThomas Roessler <roessler@does-not-exist.org>1999-03-15 15:32:15 +0000
commit9f26443a68515fe7683aa5f83c6698b28a39d7f9 (patch)
treecc68162b26ede03d82b108d1751ec6e56b9b32ae /init.h
parent0560bde39f6fc62c80843c6ebf3ff11b1debed81 (diff)
Add $bounce_delivered.
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 65d9af92..f40904b7 100644
--- a/init.h
+++ b/init.h
@@ -85,6 +85,7 @@ struct option_t MuttVars[] = {
{ "auto_tag", DT_BOOL, R_NONE, OPTAUTOTAG, 0 },
{ "beep", DT_BOOL, R_NONE, OPTBEEP, 1 },
{ "beep_new", DT_BOOL, R_NONE, OPTBEEPNEW, 0 },
+ { "bounce_delivered", DT_BOOL, R_NONE, OPTBOUNCEDELIVERED, 1 },
{ "charset", DT_STR, R_NONE, UL &Charset, UL "iso-8859-1" },
{ "check_new", DT_BOOL, R_NONE, OPTCHECKNEW, 1 },
{ "collapse_unread", DT_BOOL, R_NONE, OPTCOLLAPSEUNREAD, 1 },