]> granicus.if.org Git - mutt/commitdiff
Remove a superfluous if statement.
authorThomas Roessler <roessler@does-not-exist.org>
Thu, 11 Feb 1999 21:15:02 +0000 (21:15 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Thu, 11 Feb 1999 21:15:02 +0000 (21:15 +0000)
imap.c

diff --git a/imap.c b/imap.c
index 705c086c56d492b0eeb0562a457839a0a742870b..e89200c4182cd21b44b25f8575f547982714439a 100644 (file)
--- a/imap.c
+++ b/imap.c
@@ -1409,7 +1409,6 @@ int imap_fetch_message (MESSAGE *msg, CONTEXT *ctx, int msgno)
   /* This needs to be done in case this is a multipart message */
 #ifdef _PGPPATH
   ctx->hdrs[msgno]->pgp = pgp_query (ctx->hdrs[msgno]->content);
-  if (!ctx->hdrs[msgno]->pgp)
 #endif /* _PGPPATH */
 
   mutt_clear_error();