dovecot-1.1: Fetch BODYSTRUCTURE: Added missing NIL to the plain...

dovecot at dovecot.org dovecot at dovecot.org
Thu Jun 26 21:35:22 EEST 2008


details:   http://hg.dovecot.org/dovecot-1.1/rev/55fa9f39a238
changeset: 7713:55fa9f39a238
user:      Timo Sirainen <tss at iki.fi>
date:      Thu Jun 26 21:33:36 2008 +0300
description:
Fetch BODYSTRUCTURE: Added missing NIL to the plain reply.

diffstat:

1 file changed, 1 insertion(+), 1 deletion(-)
src/lib-storage/index/index-mail.c |    2 +-

diffs (12 lines):

diff -r 3c06e14c4731 -r 55fa9f39a238 src/lib-storage/index/index-mail.c
--- a/src/lib-storage/index/index-mail.c	Tue Jun 24 13:37:55 2008 +0300
+++ b/src/lib-storage/index/index-mail.c	Thu Jun 26 21:33:36 2008 +0300
@@ -888,7 +888,7 @@ index_mail_get_plain_bodystructure(struc
 		    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,


More information about the dovecot-cvs mailing list