From a0b3740b889804010a0231dc7fe09cfae5091574 Mon Sep 17 00:00:00 2001 From: Kevin McCarthy Date: Tue, 13 Mar 2018 19:09:45 -0700 Subject: Improve the error message when a signature is missing. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Thanks to Vincent Lefèvre for reporting the issue and for the wording suggestion! --- crypt.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'crypt.c') diff --git a/crypt.c b/crypt.c index ab82ab92..90cd0928 100644 --- a/crypt.c +++ b/crypt.c @@ -969,7 +969,8 @@ int mutt_signed_handler (BODY *a, STATE *s) if (inconsistent) { state_attach_puts (_("[-- Error: " - "Inconsistent multipart/signed structure! --]\n\n"), + "Missing or bad-format multipart/signed signature!" + " --]\n\n"), s); return mutt_body_handler (a, s); } -- cgit v1.2.3