[dovecot-cvs] dovecot/src/lib-storage mail-storage.h,1.75,1.76

cras at dovecot.org cras at dovecot.org
Sun Aug 15 06:52:11 EEST 2004


Update of /home/cvs/dovecot/src/lib-storage
In directory talvi:/tmp/cvs-serv21316/lib-storage

Modified Files:
	mail-storage.h 
Log Message:
oops, shouldn't have committed these



Index: mail-storage.h
===================================================================
RCS file: /home/cvs/dovecot/src/lib-storage/mail-storage.h,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -d -r1.75 -r1.76
--- mail-storage.h	15 Aug 2004 03:40:31 -0000	1.75
+++ mail-storage.h	15 Aug 2004 03:52:09 -0000	1.76
@@ -84,17 +84,9 @@
 };
 
 enum mailbox_sync_flags {
-	/* Normally syncing checks if mailbox has changed, if yes it reads it
-	   but doesn't necessarily write our internal state back to mailbox.
-
-	   Fast syncing doesn't necessarily even check if mailbox has changed.
-
-	   Full syncing makes sure our internal state is fully synced with the
-	   mailbox. */
 	MAILBOX_SYNC_FLAG_FAST		= 0x01,
-	MAILBOX_SYNC_FLAG_FULL		= 0x02,
-	MAILBOX_SYNC_FLAG_NO_EXPUNGES	= 0x04,
-	MAILBOX_SYNC_AUTO_STOP		= 0x08
+	MAILBOX_SYNC_FLAG_NO_EXPUNGES	= 0x02,
+	MAILBOX_SYNC_AUTO_STOP		= 0x04
 };
 
 enum mailbox_sync_type {



More information about the dovecot-cvs mailing list