summaryrefslogtreecommitdiffstats
path: root/init.h
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1999-02-10 21:42:05 +0000
committerThomas Roessler <roessler@does-not-exist.org>1999-02-10 21:42:05 +0000
commit40aab0a8b99e842d3f9f0928f3fdb7305a944893 (patch)
treefdac5b82780363d71e437fbc5cca0db61db8caf6 /init.h
parent15739ddd2345d227a16d18a3abfb740ae7c2ec0f (diff)
[unstable] $mailcap_sanitize.
Diffstat (limited to 'init.h')
-rw-r--r--init.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.h b/init.h
index 5875e8ef..8a7dde29 100644
--- a/init.h
+++ b/init.h
@@ -140,6 +140,7 @@ struct option_t MuttVars[] = {
{ "locale", DT_STR, R_BOTH, UL &Locale, UL "C" },
{ "mail_check", DT_NUM, R_NONE, UL &BuffyTimeout, 5 },
{ "mailcap_path", DT_STR, R_NONE, UL &MailcapPath, 0 },
+ { "mailcap_sanitize", DT_BOOL, R_NONE, OPTMAILCAPSANITIZE, 1 },
{ "mark_old", DT_BOOL, R_BOTH, OPTMARKOLD, 1 },
{ "markers", DT_BOOL, R_PAGER, OPTMARKERS, 1 },
{ "mask", DT_RX, R_NONE, UL &Mask, UL "!^\\.[^.]" },