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

cras at dovecot.org cras at dovecot.org
Tue Dec 14 05:03:36 EET 2004


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

Modified Files:
	index-storage.h 
Log Message:
Always register the header-md5, but use separate variable to figure out if
it should actually be used.



Index: index-storage.h
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-storage/index/index-storage.h,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -d -r1.81 -r1.82
--- index-storage.h	7 Dec 2004 00:08:00 -0000	1.81
+++ index-storage.h	14 Dec 2004 03:03:34 -0000	1.82
@@ -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_save_md5:1;
 };
 
 struct index_transaction_context {



More information about the dovecot-cvs mailing list