summaryrefslogtreecommitdiffstats
path: root/mutt.h
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1998-11-12 21:51:59 +0000
committerThomas Roessler <roessler@does-not-exist.org>1998-11-12 21:51:59 +0000
commitbc92785af6490c276dcdfedc72eba23a95dbbe4e (patch)
tree4de9ae343929780c49373312b3b2a4f37985f3c9 /mutt.h
parent93defbd87a6b660abfa3074691c1fd0362d39674 (diff)
Byrial's latest attachment deletion patch.
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 49c4787b..13b8346e 100644
--- a/mutt.h
+++ b/mutt.h
@@ -82,6 +82,7 @@
#define CH_MIME (1<<9) /* ignore MIME fields */
#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: */
/* flags for mutt_enter_string() */
#define M_ALIAS 1 /* do alias "completion" by calling up the alias-menu */