From 6a0fbdc73204a837ec7d378eaf0e1248a982ba9d Mon Sep 17 00:00:00 2001 From: pdmef Date: Thu, 25 Aug 2005 14:33:36 +0000 Subject: [PATCH] Rocco Rutte: - fix merge typo git-svn-id: svn://svn.berlios.de/mutt-ng/trunk@439 e385b8ad-14ed-0310-8656-cc95a2468c6d --- pgp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pgp.c b/pgp.c index b5eac0e..11d8988 100644 --- a/pgp.c +++ b/pgp.c @@ -374,7 +374,7 @@ int pgp_application_pgp_handler (BODY * m, STATE * s) c = fgetc (pgpout); ungetc (c, pgpout); } - if (!cleansign && (!pgpout || c == EOF)) { + if (!clearsign && (!pgpout || c == EOF)) { mutt_error _("Could not decrypt PGP message"); mutt_sleep (1); pgp_void_passphrase (); -- 2.20.1