[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
- Previous message: [dovecot-cvs] dovecot/src/lib-storage/index/mbox Makefile.am, 1.4,
1.5 mbox-sync-md5.c, NONE, 1.1 mbox-sync-parse.c, 1.30,
1.31 mbox-sync-private.h, 1.38, 1.39
- Next message: [dovecot-cvs] dovecot/src/lib-storage/index/mbox mbox-sync-parse.c,
1.31, 1.32 mbox-sync.c, 1.127, 1.128
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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 {
- Previous message: [dovecot-cvs] dovecot/src/lib-storage/index/mbox Makefile.am, 1.4,
1.5 mbox-sync-md5.c, NONE, 1.1 mbox-sync-parse.c, 1.30,
1.31 mbox-sync-private.h, 1.38, 1.39
- Next message: [dovecot-cvs] dovecot/src/lib-storage/index/mbox mbox-sync-parse.c,
1.31, 1.32 mbox-sync.c, 1.127, 1.128
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the dovecot-cvs
mailing list