[dovecot-cvs] dovecot/src/lib-index mail-index.h,1.95,1.96

cras at procontrol.fi cras at procontrol.fi
Wed Nov 5 00:26:18 EET 2003


Update of /home/cvs/dovecot/src/lib-index
In directory danu:/tmp/cvs-serv3517/lib-index

Modified Files:
	mail-index.h 
Log Message:
we didn't sync mbox again after rewriting which left us broken mail offsets.



Index: mail-index.h
===================================================================
RCS file: /home/cvs/dovecot/src/lib-index/mail-index.h,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -d -r1.95 -r1.96
--- mail-index.h	20 Oct 2003 06:18:58 -0000	1.95
+++ mail-index.h	4 Nov 2003 22:26:16 -0000	1.96
@@ -339,6 +339,7 @@
 
 	unsigned int anon_mmap:1;
 	unsigned int mmap_invalidate:1;
+	unsigned int mbox_rewritten:1;
 	unsigned int opened:1;
 	unsigned int rebuilding:1;
 	unsigned int mail_read_mmaped:1;
@@ -368,7 +369,7 @@
 	0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \
 	0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \
 	0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \
-	0
+	0, 0
 #endif
 
 /* defaults - same as above but prefixed with mail_index_. */



More information about the dovecot-cvs mailing list