summaryrefslogtreecommitdiffstats
path: root/mutt.h
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1999-01-07 09:57:04 +0000
committerThomas Roessler <roessler@does-not-exist.org>1999-01-07 09:57:04 +0000
commit246198ae90539dd2429032c1620044dde3d5176e (patch)
treebc2eb5ee2bbfe8f9db9c5236ee94d3a8b33dd969 /mutt.h
parentbb5d9a28dda68c70359bc2710f22e6734fa85e76 (diff)
Merge in the mailcap patch from stable.
Diffstat (limited to 'mutt.h')
-rw-r--r--mutt.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/mutt.h b/mutt.h
index 4ca1b6f7..2a82e0fb 100644
--- a/mutt.h
+++ b/mutt.h
@@ -246,7 +246,6 @@ enum
OPT_VERIFYSIG, /* verify PGP signatures */
#endif
- OPT_USEMAILCAP,
OPT_PRINT,
OPT_INCLUDE,
OPT_DELETE,
@@ -302,6 +301,7 @@ enum
OPTHELP,
OPTHIDDENHOST,
OPTIGNORELISTREPLYTO,
+ OPTIMPLICITAUTOVIEW,
OPTMARKERS,
OPTMARKOLD,
OPTMENUSCROLL, /* scroll menu instead of implicit next-page */
@@ -520,7 +520,6 @@ typedef struct header
#endif
unsigned int mime : 1; /* has a Mime-Version header? */
- unsigned int mailcap : 1; /* requires mailcap to display? */
unsigned int flagged : 1; /* marked important? */
unsigned int tagged : 1;
unsigned int deleted : 1;