summaryrefslogtreecommitdiffstats
path: root/crypt.c
diff options
context:
space:
mode:
authorKevin McCarthy <kevin@8t8.us>2018-03-13 19:09:45 -0700
committerKevin McCarthy <kevin@8t8.us>2018-03-13 19:09:45 -0700
commita0b3740b889804010a0231dc7fe09cfae5091574 (patch)
tree3e2ef4e414b8b7b37c57065348bddf4e5df17159 /crypt.c
parentf6232a2590cd477663ad7332db824f757347c8c9 (diff)
Improve the error message when a signature is missing.
Thanks to Vincent Lefèvre for reporting the issue and for the wording suggestion!
Diffstat (limited to 'crypt.c')
-rw-r--r--crypt.c3
1 files changed, 2 insertions, 1 deletions
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);
}