From 7f97d561bac6cee9a5ab5f64576b8b9c21e77a1e Mon Sep 17 00:00:00 2001 From: Brendan Cully Date: Mon, 22 Aug 2005 20:30:11 +0000 Subject: [PATCH] Pause after error message if PGP decode fails, in case mutt_copy_message overwrites. Real error handling cleanup will have to wait... --- pgp.c | 1 + 1 file changed, 1 insertion(+) 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; -- 2.50.1