changeset 1009:fb83ce2a26c3 HEAD

WORKAROUND: Outlook (Express 6) fails with to read FETCH BODY[] if we send EXISTS/RECENT before it
author Timo Sirainen <tss@iki.fi>
date Tue, 21 Jan 2003 23:02:30 +0200
parents b5ca53885d07
children 3c30228ae095
files src/lib-storage/index/index-fetch.c
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/lib-storage/index/index-fetch.c	Tue Jan 21 22:06:49 2003 +0200
+++ b/src/lib-storage/index/index-fetch.c	Tue Jan 21 23:02:30 2003 +0200
@@ -39,7 +39,9 @@
 			return NULL;
 	}
 
-	if (!index_storage_sync_and_lock(ibox, TRUE, MAIL_LOCK_SHARED))
+	/* WORKAROUND: Outlook (Express 6) fails with to read FETCH BODY[]
+	   if we send EXISTS/RECENT before it */
+	if (!index_storage_sync_and_lock(ibox, FALSE, MAIL_LOCK_SHARED))
 		return NULL;
 
 	if (*update_seen &&