From 75116fc242758f98e0c0b6154ae202ed23c756cc Mon Sep 17 00:00:00 2001 From: Thomas Roessler Date: Tue, 13 Jun 2000 09:09:59 +0000 Subject: [PATCH] Only display PGP signature verification status if verification was tried. --- commands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands.c b/commands.c index d32e4647..c8264f4d 100644 --- a/commands.c +++ b/commands.c @@ -143,7 +143,7 @@ int mutt_display_message (HEADER *cur) pager_t info; #ifdef HAVE_PGP - if (cur->pgp) + if (cmflags & M_CM_VERIFY) mutt_message ((cur->pgp & PGPGOODSIGN) ? _("PGP signature successfully verified.") : _("PGP signature could NOT be verified.")); -- 2.40.0