From: Thomas Roessler Date: Thu, 11 Feb 1999 21:15:02 +0000 (+0000) Subject: Remove a superfluous if statement. X-Git-Tag: mutt-0-96-rel~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=969c70f319647eb6a5ec9d04b4df939f0da3a63e;p=mutt Remove a superfluous if statement. --- diff --git a/imap.c b/imap.c index 705c086c..e89200c4 100644 --- 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();