[dovecot-cvs] dovecot/src/lib-storage/index/mbox mbox-storage.c,
1.104, 1.105
cras at dovecot.org
cras at dovecot.org
Tue Dec 14 05:03:59 EET 2004
Update of /var/lib/cvs/dovecot/src/lib-storage/index/mbox
In directory talvi:/tmp/cvs-serv28600/mbox
Modified Files:
mbox-storage.c
Log Message:
Continuing last header-md5 commit..
Index: mbox-storage.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-storage/index/mbox/mbox-storage.c,v
retrieving revision 1.104
retrieving revision 1.105
diff -u -d -r1.104 -r1.105
--- mbox-storage.c 24 Nov 2004 18:39:58 -0000 1.104
+++ mbox-storage.c 14 Dec 2004 03:03:56 -0000 1.105
@@ -413,6 +413,9 @@
ibox->mail_interface = &mbox_mail;
ibox->mbox_do_dirty_syncs = getenv("MBOX_DIRTY_SYNCS") != NULL;
+ ibox->md5hdr_ext_idx =
+ mail_index_ext_register(ibox->index, "header-md5", 0, 16, 1);
+
if (access(path, R_OK|W_OK) < 0) {
if (errno < EACCES)
mbox_set_syscall_error(ibox, "access()");
More information about the dovecot-cvs
mailing list