From: Brendan Cully Date: Mon, 1 Aug 2005 20:18:32 +0000 (+0000) Subject: Display "successfully decrypted" message instead of nothing. Superseded by signature... X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bfe4435a0d63d67f7d5aaf8dc4c5ed2afceef2de;p=neomutt Display "successfully decrypted" message instead of nothing. Superseded by signature verification. --- diff --git a/pgp.c b/pgp.c index 09beab5a1..05ebb0a7a 100644 --- 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");