[dovecot-cvs] dovecot/src/imap imap-fetch.c,1.31,1.32

cras at dovecot.org cras at dovecot.org
Thu Oct 14 15:27:11 EEST 2004


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

Modified Files:
	imap-fetch.c 
Log Message:
Don't insert extra space before "* n FETCH"



Index: imap-fetch.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/imap/imap-fetch.c,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- imap-fetch.c	11 Oct 2004 13:24:03 -0000	1.31
+++ imap-fetch.c	14 Oct 2004 12:27:09 -0000	1.32
@@ -226,8 +226,8 @@
 					  str_len(ctx->cur_str) - 1 -
 					  ctx->first) < 0)
 				return -1;
-			str_truncate(ctx->cur_str, 0);
 		}
+		str_truncate(ctx->cur_str, 0);
 
 		ctx->line_finished = TRUE;
 		if (o_stream_send(ctx->client->output, ")\r\n", 3) < 0)



More information about the dovecot-cvs mailing list