summaryrefslogtreecommitdiffstats
path: root/mutt.h
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1999-08-15 11:33:27 +0000
committerThomas Roessler <roessler@does-not-exist.org>1999-08-15 11:33:27 +0000
commite9860dc1f8a5ebb485b337250e5f61fa9064c859 (patch)
tree09b5d25c29eb6af67b55151a2a514c55f1434ba9 /mutt.h
parent9b5c3c3c423d10ae9775a39626b39ccefd2d6b35 (diff)
Remove ugly mh-synching kludge.
Diffstat (limited to 'mutt.h')
-rw-r--r--mutt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mutt.h b/mutt.h
index 6d4ab16f..1c1c74e4 100644
--- a/mutt.h
+++ b/mutt.h
@@ -66,6 +66,7 @@
#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 */
+#define CH_FORCE_FROM (1<<14) /* give CH_FROM precedence over CH_WEED? */
/* flags for mutt_enter_string() */
#define M_ALIAS 1 /* do alias "completion" by calling up the alias-menu */