summaryrefslogtreecommitdiffstats
path: root/mx.c
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 /mx.c
parentbb5d9a28dda68c70359bc2710f22e6734fa85e76 (diff)
Merge in the mailcap patch from stable.
Diffstat (limited to 'mx.c')
-rw-r--r--mx.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/mx.c b/mx.c
index aed1be41..21428642 100644
--- a/mx.c
+++ b/mx.c
@@ -1306,13 +1306,8 @@ void mx_update_context (CONTEXT *ctx)
#ifdef _PGPPATH
/* NOTE: this _must_ be done before the check for mailcap! */
h->pgp = pgp_query (h->content);
- if (!h->pgp)
#endif /* _PGPPATH */
-
-
- if (mutt_needs_mailcap (h->content))
- h->mailcap = 1;
if (h->flagged)
ctx->flagged++;
if (h->deleted)