[dovecot-cvs] dovecot/src/imap imap-fetch.c,1.29,1.30

cras at dovecot.org cras at dovecot.org
Sat Oct 9 17:22:16 EEST 2004


Update of /var/lib/cvs/dovecot/src/imap
In directory talvi:/tmp/cvs-serv10715

Modified Files:
	imap-fetch.c 
Log Message:
If FETCH failed immediately, we sent back extra ")" line.



Index: imap-fetch.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/imap/imap-fetch.c,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- imap-fetch.c	8 Oct 2004 17:51:47 -0000	1.29
+++ imap-fetch.c	9 Oct 2004 14:22:14 -0000	1.30
@@ -152,6 +152,7 @@
 	ctx->search_ctx =
 		mailbox_search_init(ctx->trans, NULL, search_arg, NULL,
 				    ctx->fetch_data, ctx->all_headers_ctx);
+	ctx->line_finished = TRUE;
 }
 
 int imap_fetch(struct imap_fetch_context *ctx)



More information about the dovecot-cvs mailing list