[dovecot-cvs] dovecot/src/lib-storage/index index-sync.c,1.32,1.33

cras at procontrol.fi cras at procontrol.fi
Sun May 23 00:30:44 EEST 2004


Update of /home/cvs/dovecot/src/lib-storage/index
In directory talvi:/tmp/cvs-serv4692/lib-storage/index

Modified Files:
	index-sync.c 
Log Message:
Set dirty flags through transaction log, not directly. Some other flag
fixes etc.



Index: index-sync.c
===================================================================
RCS file: /home/cvs/dovecot/src/lib-storage/index/index-sync.c,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- a/index-sync.c	22 May 2004 00:48:45 -0000	1.32
+++ b/index-sync.c	22 May 2004 21:30:42 -0000	1.33
@@ -83,7 +83,6 @@
 		mail_storage_set_index_error(ibox);
 
 	if (sc->expunge != NULL) {
-		// FIXME: these are UIDs now..
 		for (i = expunges_count*2; i > 0; i -= 2) {
 			seq = expunges[i-1];
 			if (seq > messages_count)



More information about the dovecot-cvs mailing list