# HG changeset patch # User Stephan Bosch # Date 1483912202 -3600 # Node ID 6629c995bb2a54c28e18967b458b5bcd1daedae0 # Parent 4f619a893c9f2a7631fba4b5d461466ee71db72a lib-imap: imap-bodystructure: Fixed parse error message about invalid Content-M5 field. diff -r 4f619a893c9f -r 6629c995bb2a src/lib-imap/imap-bodystructure.c --- a/src/lib-imap/imap-bodystructure.c Mon Feb 20 01:24:09 2017 +0200 +++ b/src/lib-imap/imap-bodystructure.c Sun Jan 08 22:50:02 2017 +0100 @@ -839,7 +839,7 @@ } 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,