[dovecot-cvs] dovecot/src/lib-storage/index index-fetch.c,1.42,1.43

cras at procontrol.fi cras at procontrol.fi
Thu Jan 23 23:17:54 EET 2003


Update of /home/cvs/dovecot/src/lib-storage/index
In directory danu:/tmp/cvs-serv29775/lib-storage/index

Modified Files:
	index-fetch.c 
Log Message:
Removed the OE workaround, it still didn't work if the EXISTS/RECENT was
sent after FETCH.



Index: index-fetch.c
===================================================================
RCS file: /home/cvs/dovecot/src/lib-storage/index/index-fetch.c,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- index-fetch.c	22 Jan 2003 19:23:28 -0000	1.42
+++ index-fetch.c	23 Jan 2003 21:17:52 -0000	1.43
@@ -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 &&




More information about the dovecot-cvs mailing list