]> granicus.if.org Git - mutt/commitdiff
Pause after error message if PGP decode fails, in case mutt_copy_message overwrites.
authorBrendan Cully <brendan@kublai.com>
Mon, 22 Aug 2005 20:30:11 +0000 (20:30 +0000)
committerBrendan Cully <brendan@kublai.com>
Mon, 22 Aug 2005 20:30:11 +0000 (20:30 +0000)
Real error handling cleanup will have to wait...

pgp.c

diff --git a/pgp.c b/pgp.c
index c8dbe3a08ddbdeb1944d1de47bd46f35e8c181ec..f7fcccf2977a1dc96073d98b1b2377ff0e70770b 100644 (file)
--- a/pgp.c
+++ b/pgp.c
@@ -390,6 +390,7 @@ int pgp_application_pgp_handler (BODY *m, STATE *s)
         if (!pgpout || c == EOF)
        {
           mutt_error _("Could not decrypt PGP message");
+         mutt_sleep (1);
           pgp_void_passphrase ();
           rc = -1;