changeset 1029:3b5ad60473be HEAD

Removed the OE workaround, it still didn't work if the EXISTS/RECENT was sent after FETCH.
author Timo Sirainen <tss@iki.fi>
date Thu, 23 Jan 2003 23:17:52 +0200
parents b26b83f30f65
children 4bcebdcf052b
files src/lib-storage/index/index-fetch.c
diffstat 1 files changed, 1 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/lib-storage/index/index-fetch.c	Thu Jan 23 21:34:04 2003 +0200
+++ b/src/lib-storage/index/index-fetch.c	Thu Jan 23 23:17:52 2003 +0200
@@ -39,9 +39,7 @@
 			return NULL;
 	}
 
-	/* 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))
+	if (!index_storage_sync_and_lock(ibox, TRUE, MAIL_LOCK_SHARED))
 		return NULL;
 
 	if (*update_seen &&