]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
Fetch BODYSTRUCTURE: Added missing NIL to the plain reply.
authorTimo Sirainen <tss@iki.fi>
Thu, 26 Jun 2008 18:33:36 +0000 (21:33 +0300)
committerTimo Sirainen <tss@iki.fi>
Thu, 26 Jun 2008 18:33:36 +0000 (21:33 +0300)
--HG--
branch : HEAD

src/lib-storage/index/index-mail.c

index 39309d3f53e5649cf4ad9e00dd663bf51ec67fe6..fae638f79325580e83759f1b8cb4bdcd5360d63e 100644 (file)
@@ -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,