dovecot-1.2: CONTEXT=SEARCH: Removed extra ')' from ESEARCH repl...

dovecot at dovecot.org dovecot at dovecot.org
Thu Jun 12 02:15:52 EEST 2008


details:   http://hg.dovecot.org/dovecot-1.2/rev/b2d18f10b5a7
changeset: 7831:b2d18f10b5a7
user:      Timo Sirainen <tss at iki.fi>
date:      Thu Jun 12 02:15:38 2008 +0300
description:
CONTEXT=SEARCH: Removed extra ')' from ESEARCH replies.

diffstat:

1 file changed, 1 insertion(+), 1 deletion(-)
src/imap/imap-sync.c |    2 +-

diffs (12 lines):

diff -r 5a6aa66e2ccd -r b2d18f10b5a7 src/imap/imap-sync.c
--- a/src/imap/imap-sync.c	Thu Jun 12 02:08:16 2008 +0300
+++ b/src/imap/imap-sync.c	Thu Jun 12 02:15:38 2008 +0300
@@ -102,7 +102,7 @@ imap_sync_send_search_update(struct imap
 		imap_write_seq_range(cmd, &ctx->search_adds);
 		str_append_c(cmd, ')');
 	}
-	str_append(cmd, ")\r\n");
+	str_append(cmd, "\r\n");
 	o_stream_send(ctx->client->output, str_data(cmd), str_len(cmd));
 }
 


More information about the dovecot-cvs mailing list