From 21e92700b45f5d5956ab7c00f21ef142875c0e7b 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 c8dbe3a0..f7fcccf2 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.40.0