[dovecot-cvs] dovecot/src/lib-storage/index/mbox mbox-storage.c, 1.106, 1.107

cras at dovecot.org cras at dovecot.org
Wed Dec 15 22:05:20 EET 2004


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

Modified Files:
	mbox-storage.c 
Log Message:
Added pop3_uidl_format setting.



Index: mbox-storage.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-storage/index/mbox/mbox-storage.c,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -d -r1.106 -r1.107
--- mbox-storage.c	15 Dec 2004 17:02:00 -0000	1.106
+++ mbox-storage.c	15 Dec 2004 20:05:18 -0000	1.107
@@ -417,6 +417,8 @@
 
 	ibox->md5hdr_ext_idx =
 		mail_index_ext_register(ibox->index, "header-md5", 0, 16, 1);
+	if ((flags & MAILBOX_OPEN_KEEP_HEADER_MD5) != 0)
+		ibox->mbox_save_md5 = TRUE;
 
 	if (access(path, R_OK|W_OK) < 0) {
 		if (errno < EACCES)



More information about the dovecot-cvs mailing list