From: Brendan Cully Date: Mon, 22 Aug 2005 20:30:11 +0000 (+0000) Subject: Pause after error message if PGP decode fails, in case mutt_copy_message overwrites. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7f97d561bac6cee9a5ab5f64576b8b9c21e77a1e;p=neomutt Pause after error message if PGP decode fails, in case mutt_copy_message overwrites. Real error handling cleanup will have to wait... --- diff --git a/pgp.c b/pgp.c index c8dbe3a08..f7fcccf29 100644 --- 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;