From e07be66eb4acaf37a27554cb491f1a05a6aa67a4 Mon Sep 17 00:00:00 2001 From: Thomas Roessler Date: Mon, 26 Jul 1999 10:13:38 +0000 Subject: [PATCH] Fix a missing #ifdef. From Matt Armstrong . --- commands.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/commands.c b/commands.c index a204ea02..823e166e 100644 --- a/commands.c +++ b/commands.c @@ -139,8 +139,10 @@ int mutt_display_message (HEADER *cur) { pager_t info; +#ifdef _PGPPATH if (cur->pgp & PGPGOODSIGN) mutt_message _("PGP signature successfully verified."); +#endif /* Invoke the builtin pager */ memset (&info, 0, sizeof (pager_t)); -- 2.50.0