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

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


details:   http://hg.dovecot.org/dovecot-1.2/rev/01c23befce4f
changeset: 7953:01c23befce4f
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 04a3be30e5a6 -r 01c23befce4f src/lib-storage/index/index-mail.c
--- 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 @@ 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