summaryrefslogtreecommitdiffstats
path: root/mutt.h
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1999-07-26 17:08:07 +0000
committerThomas Roessler <roessler@does-not-exist.org>1999-07-26 17:08:07 +0000
commit19aeb698975267694f5b3ef03c259c09a96616d2 (patch)
tree24df84f2d3c4496e1c18365b7d52f9267348f0c7 /mutt.h
parent15dd1d8f4baf025aadf52aafa5ecbf2519b2f8ea (diff)
When an attachment's content-disposition is different from "inline",
and if the user sets the use_cdisp option, don't auto_view this part.
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..94a2b977 100644
--- a/mutt.h
+++ b/mutt.h
@@ -325,6 +325,7 @@ enum
OPTTILDE,
OPTUNCOLLAPSEJUMP,
OPTUSE8BITMIME,
+ OPTUSECDISP,
OPTUSEDOMAIN,
OPTUSEFROM,
OPTWAITKEY,