summaryrefslogtreecommitdiffstats
path: root/mutt.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 /mutt.h
parent0560bde39f6fc62c80843c6ebf3ff11b1debed81 (diff)
Add $bounce_delivered.
Diffstat (limited to 'mutt.h')
-rw-r--r--mutt.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/mutt.h b/mutt.h
index a4bd8127..4e704fd1 100644
--- a/mutt.h
+++ b/mutt.h
@@ -86,6 +86,7 @@
#define CH_UPDATE_LEN (1<<10) /* update Lines: and Content-Length: */
#define CH_TXTPLAIN (1<<11) /* generate text/plain MIME headers */
#define CH_NOLEN (1<<12) /* don't write Content-Length: and Lines: */
+#define CH_WEED_DELIVERED (1<<13) /* weed eventual Delivered-To headers */
/* flags for mutt_enter_string() */
#define M_ALIAS 1 /* do alias "completion" by calling up the alias-menu */
@@ -289,6 +290,7 @@ enum
OPTAUTOTAG,
OPTBEEP,
OPTBEEPNEW,
+ OPTBOUNCEDELIVERED,
OPTCHECKNEW,
OPTCOLLAPSEUNREAD,
OPTCONFIRMAPPEND,