From: Timo Sirainen Date: Thu, 26 Jun 2008 18:33:36 +0000 (+0300) Subject: Fetch BODYSTRUCTURE: Added missing NIL to the plain reply. X-Git-Tag: 1.2.alpha1~208 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c9f4845dbb2e2b969f2febdca8c293229e6e9d95;p=thirdparty%2Fdovecot%2Fcore.git Fetch BODYSTRUCTURE: Added missing NIL to the plain reply. --HG-- branch : HEAD --- diff --git a/src/lib-storage/index/index-mail.c b/src/lib-storage/index/index-mail.c index 39309d3f53..fae638f793 100644 --- a/src/lib-storage/index/index-mail.c +++ b/src/lib-storage/index/index-mail.c @@ -902,7 +902,7 @@ index_mail_get_plain_bodystructure(struct index_mail *mail, string_t *str, mail->data.parts->body_size.virtual_size, mail->data.parts->body_size.lines); if (extended) - str_append(str, " NIL NIL NIL"); + str_append(str, " NIL NIL NIL NIL"); } int index_mail_get_special(struct mail *_mail,