[dovecot-cvs] dovecot/src/lib-index mail-index.h,1.76,1.77

cras at procontrol.fi cras at procontrol.fi
Fri May 30 01:08:55 EEST 2003


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

Modified Files:
	mail-index.h 
Log Message:
uidlist file is read/updated much less often now. did some other
improvements for syncing as well.



Index: mail-index.h
===================================================================
RCS file: /home/cvs/dovecot/src/lib-index/mail-index.h,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -d -r1.76 -r1.77
--- mail-index.h	18 May 2003 12:26:06 -0000	1.76
+++ mail-index.h	29 May 2003 21:08:53 -0000	1.77
@@ -397,7 +397,7 @@
 	ino_t mbox_ino;
 
 	/* last maildir sync: */
-	time_t last_new_mtime, last_cur_mtime, last_uidlist_mtime;
+	time_t last_new_mtime, last_uidlist_mtime;
 	time_t maildir_cur_dirty;
 	int maildir_lock_fd;
 	pool_t new_filename_pool;
@@ -452,7 +452,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, 0, 0
+	0, 0, 0, 0
 #endif
 
 /* defaults - same as above but prefixed with mail_index_. */



More information about the dovecot-cvs mailing list