diff src/imap/imap-fetch.c @ 3108:38fa28004689 HEAD

The actual fix for last commit..
author Timo Sirainen <tss@iki.fi>
date Mon, 17 Jan 2005 15:18:56 +0200
parents 395d7b248caa
children 61abed5f7864
line wrap: on
line diff
--- a/src/imap/imap-fetch.c	Mon Jan 17 15:02:35 2005 +0200
+++ b/src/imap/imap-fetch.c	Mon Jan 17 15:18:56 2005 +0200
@@ -245,7 +245,7 @@
 
 	if (!ctx->line_finished) {
 		if (o_stream_send(ctx->client->output, ")\r\n", 3) < 0)
-			return -1;
+			ctx->failed = TRUE;
 	}
 
 	if (ctx->cur_input != NULL) {