]> granicus.if.org Git - neomutt/commitdiff
Display "successfully decrypted" message instead of nothing. Superseded by signature...
authorBrendan Cully <brendan@kublai.com>
Mon, 1 Aug 2005 20:18:32 +0000 (20:18 +0000)
committerBrendan Cully <brendan@kublai.com>
Mon, 1 Aug 2005 20:18:32 +0000 (20:18 +0000)
pgp.c

diff --git a/pgp.c b/pgp.c
index 09beab5a18d32f47675fa3b170e529788ef8a58a..05ebb0a7a317ef0d38b9e0e1846aacf11cbad127 100644 (file)
--- a/pgp.c
+++ b/pgp.c
@@ -917,7 +917,7 @@ void pgp_encrypted_handler (BODY *a, STATE *s)
 
     mutt_free_body (&tattach);
     /* clear 'Invoking...' message, since there's no error */
-    mutt_clear_error ();
+    mutt_message _("PGP message successfully decrypted.");
   }
   else
     mutt_error _("Could not decrypt PGP message");