dovecot-2.1: pop3c: Last message wasn't visible.

dovecot at dovecot.org dovecot at dovecot.org
Thu Feb 2 17:19:32 EET 2012


details:   http://hg.dovecot.org/dovecot-2.1/rev/a5aac072bf38
changeset: 14061:a5aac072bf38
user:      Timo Sirainen <tss at iki.fi>
date:      Thu Feb 02 17:19:22 2012 +0200
description:
pop3c: Last message wasn't visible.

diffstat:

 src/lib-storage/index/pop3c/pop3c-client.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 47072538ff11 -r a5aac072bf38 src/lib-storage/index/pop3c/pop3c-client.c
--- a/src/lib-storage/index/pop3c/pop3c-client.c	Thu Feb 02 16:50:58 2012 +0200
+++ b/src/lib-storage/index/pop3c/pop3c-client.c	Thu Feb 02 17:19:22 2012 +0200
@@ -752,7 +752,7 @@
 	if (pop3c_client_cmd_line(client, cmd, error_r) < 0)
 		return -1;
 	/* read the stream */
-	inputs[0] = i_stream_create_dot(client->input, FALSE);
+	inputs[0] = i_stream_create_dot(client->input, TRUE);
 	inputs[1] = NULL;
 	client->dot_input =
 		i_stream_create_seekable(inputs, POP3C_MAX_INBUF_SIZE,


More information about the dovecot-cvs mailing list