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-Tag: mutt-1-5-10-rel~84 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=efdcb2c75d4c7bb044221ba4f5a597ba931c73ef;p=mutt Display "successfully decrypted" message instead of nothing. Superseded by signature verification. --- diff --git a/pgp.c b/pgp.c index 09beab5a..05ebb0a7 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");