changeset 7953:01c23befce4f HEAD

Fetch BODYSTRUCTURE: Added missing NIL to the plain reply.
author Timo Sirainen <tss@iki.fi>
date Thu, 26 Jun 2008 21:33:36 +0300
parents 04a3be30e5a6
children d75fdd0fb8b2
files src/lib-storage/index/index-mail.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/lib-storage/index/index-mail.c	Thu Jun 26 19:11:56 2008 +0300
+++ b/src/lib-storage/index/index-mail.c	Thu Jun 26 21:33:36 2008 +0300
@@ -902,7 +902,7 @@
 		    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,