[dovecot-cvs] dovecot/src/lib-index mail-index-sync.c,1.8,1.9

cras at procontrol.fi cras at procontrol.fi
Sun May 2 23:01:43 EEST 2004


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

Modified Files:
	mail-index-sync.c 
Log Message:
comment



Index: mail-index-sync.c
===================================================================
RCS file: /home/cvs/dovecot/src/lib-index/mail-index-sync.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- mail-index-sync.c	2 May 2004 19:24:35 -0000	1.8
+++ mail-index-sync.c	2 May 2004 20:01:41 -0000	1.9
@@ -302,6 +302,8 @@
 	next_update = ctx->update_idx == ctx->updates_count ? NULL :
 		&ctx->updates[ctx->update_idx];
 
+	// FIXME: return dirty flagged records as flag updates
+
 	/* the ugliness here is to avoid returning overlapping expunge
 	   and update areas. For example:
 



More information about the dovecot-cvs mailing list