[dovecot-cvs] dovecot/src/lib-storage mail-storage.h,1.78,1.79

cras at dovecot.org cras at dovecot.org
Sat Aug 28 19:39:56 EEST 2004


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

Modified Files:
	mail-storage.h 
Log Message:
Added mbox_dirty_syncs setting which delays re-reading the whole mbox when
it's changed.



Index: mail-storage.h
===================================================================
RCS file: /home/cvs/dovecot/src/lib-storage/mail-storage.h,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -d -r1.78 -r1.79
--- mail-storage.h	28 Aug 2004 10:32:17 -0000	1.78
+++ mail-storage.h	28 Aug 2004 16:39:54 -0000	1.79
@@ -85,9 +85,10 @@
 };
 
 enum mailbox_sync_flags {
-	MAILBOX_SYNC_FLAG_FAST		= 0x01,
-	MAILBOX_SYNC_FLAG_NO_EXPUNGES	= 0x02,
-	MAILBOX_SYNC_AUTO_STOP		= 0x04
+	MAILBOX_SYNC_FLAG_FULL		= 0x01,
+	MAILBOX_SYNC_FLAG_FAST		= 0x02,
+	MAILBOX_SYNC_FLAG_NO_EXPUNGES	= 0x04,
+	MAILBOX_SYNC_AUTO_STOP		= 0x08
 };
 
 enum mailbox_sync_type {



More information about the dovecot-cvs mailing list