changeset 21614:6629c995bb2a

lib-imap: imap-bodystructure: Fixed parse error message about invalid Content-M5 field.
author Stephan Bosch <stephan.bosch@dovecot.fi>
date Sun, 08 Jan 2017 22:50:02 +0100
parents 4f619a893c9f
children e2aa2a18fe16
files src/lib-imap/imap-bodystructure.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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,