Rocco Rutte:
authorpdmef <pdmef@e385b8ad-14ed-0310-8656-cc95a2468c6d>
Thu, 25 Aug 2005 14:33:36 +0000 (14:33 +0000)
committerpdmef <pdmef@e385b8ad-14ed-0310-8656-cc95a2468c6d>
Thu, 25 Aug 2005 14:33:36 +0000 (14:33 +0000)
- fix merge typo

git-svn-id: svn://svn.berlios.de/mutt-ng/trunk@439 e385b8ad-14ed-0310-8656-cc95a2468c6d

pgp.c

diff --git a/pgp.c b/pgp.c
index b5eac0e..11d8988 100644 (file)
--- 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 ();