[dovecot-cvs] dovecot/src/lib-storage/index index-storage.h, 1.82, 1.83

cras at dovecot.org cras at dovecot.org
Wed Dec 15 19:02:01 EET 2004


Update of /var/lib/cvs/dovecot/src/lib-storage/index
In directory talvi:/tmp/cvs-serv21247/src/lib-storage/index

Modified Files:
	index-storage.h 
Log Message:
Added mbox_very_dirty_syncs setting.



Index: index-storage.h
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-storage/index/index-storage.h,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -d -r1.82 -r1.83
--- index-storage.h	14 Dec 2004 03:03:34 -0000	1.82
+++ index-storage.h	15 Dec 2004 17:01:58 -0000	1.83
@@ -102,6 +102,7 @@
 	unsigned int syncing_commit:1;
 	unsigned int mbox_sync_dirty:1;
 	unsigned int mbox_do_dirty_syncs:1;
+	unsigned int mbox_very_dirty_syncs:1;
 	unsigned int mbox_save_md5:1;
 };
 



More information about the dovecot-cvs mailing list