changeset 7948:e29ddf600a09 HEAD

FETCH BODY/BODYSTRUCTURE failures replied with too many NILs.
author Timo Sirainen <tss@iki.fi>
date Tue, 24 Jun 2008 13:37:26 +0300
parents cd2789afcb09
children e787f6cae97c
files src/imap/imap-fetch.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/imap/imap-fetch.c	Mon Jun 23 07:30:44 2008 +0300
+++ b/src/imap/imap-fetch.c	Tue Jun 24 13:37:26 2008 +0300
@@ -18,7 +18,7 @@
 #include <stdlib.h>
 
 #define BODY_NIL_REPLY \
-	"\"text\" \"plain\" NIL NIL NIL \"7bit\" 0 0 NIL NIL NIL"
+	"\"text\" \"plain\" NIL NIL NIL \"7bit\" 0 0"
 #define ENVELOPE_NIL_REPLY \
 	"(NIL NIL NIL NIL NIL NIL NIL NIL NIL NIL)"