From 969c70f319647eb6a5ec9d04b4df939f0da3a63e Mon Sep 17 00:00:00 2001 From: Thomas Roessler Date: Thu, 11 Feb 1999 21:15:02 +0000 Subject: [PATCH] Remove a superfluous if statement. --- imap.c | 1 - 1 file changed, 1 deletion(-) 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(); -- 2.50.0