From: Stephan Bosch Date: Sun, 8 Jan 2017 21:50:02 +0000 (+0100) Subject: lib-imap: imap-bodystructure: Fixed parse error message about invalid Content-M5... X-Git-Tag: 2.3.0.rc1~2245 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf7aee059cd234dd5874dc196ff989f351d55705;p=thirdparty%2Fdovecot%2Fcore.git lib-imap: imap-bodystructure: Fixed parse error message about invalid Content-M5 field. --- diff --git a/src/lib-imap/imap-bodystructure.c b/src/lib-imap/imap-bodystructure.c index aea44e1dcf..024341e3ab 100644 --- a/src/lib-imap/imap-bodystructure.c +++ b/src/lib-imap/imap-bodystructure.c @@ -839,7 +839,7 @@ imap_bodystructure_parse_args(const struct imap_arg *args, pool_t pool, } if (!get_nstring(args++, pool, tmpstr, &data->content_md5)) { - *error_r = "Invalid content-description"; + *error_r = "Invalid content-md5"; return -1; } return imap_bodystructure_parse_args_common(data, pool, tmpstr,