]> granicus.if.org Git - neomutt/commitdiff
The HEADER structure doesn't have a mailcap component any more.
authorThomas Roessler <roessler@does-not-exist.org>
Thu, 11 Feb 1999 19:58:58 +0000 (19:58 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Thu, 11 Feb 1999 19:58:58 +0000 (19:58 +0000)
imap.c

diff --git a/imap.c b/imap.c
index 5d7de327b1bb061de9faddb579229a7a5973da46..705c086c56d492b0eeb0562a457839a0a742870b 100644 (file)
--- a/imap.c
+++ b/imap.c
@@ -1411,8 +1411,6 @@ int imap_fetch_message (MESSAGE *msg, CONTEXT *ctx, int msgno)
   ctx->hdrs[msgno]->pgp = pgp_query (ctx->hdrs[msgno]->content);
   if (!ctx->hdrs[msgno]->pgp)
 #endif /* _PGPPATH */
-    if (mutt_needs_mailcap (ctx->hdrs[msgno]->content))
-      ctx->hdrs[msgno]->mailcap = 1;
 
   mutt_clear_error();
   rewind (msg->fp);