]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
FETCH BODY/BODYSTRUCTURE failures replied with too many NILs.
authorTimo Sirainen <tss@iki.fi>
Tue, 24 Jun 2008 10:37:26 +0000 (13:37 +0300)
committerTimo Sirainen <tss@iki.fi>
Tue, 24 Jun 2008 10:37:26 +0000 (13:37 +0300)
--HG--
branch : HEAD

src/imap/imap-fetch.c

index cb095ea90574716ad12cd3694db31c8c421df461..8b25662c917642ee964e6771f05407fc7307b49e 100644 (file)
@@ -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)"