[dovecot-cvs] dovecot/src/lib-index mail-index-transaction.c, 1.50, 1.51

cras at dovecot.org cras at dovecot.org
Sun Jan 23 01:15:27 EET 2005


Update of /var/lib/cvs/dovecot/src/lib-index
In directory talvi:/tmp/cvs-serv24816/lib-index

Modified Files:
	mail-index-transaction.c 
Log Message:
one more fix



Index: mail-index-transaction.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-index/mail-index-transaction.c,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -d -r1.50 -r1.51
--- mail-index-transaction.c	22 Jan 2005 22:58:53 -0000	1.50
+++ mail-index-transaction.c	22 Jan 2005 23:15:25 -0000	1.51
@@ -602,7 +602,7 @@
 					      size);
 	} else {
 		/* added before this or on top of this */
-		mail_index_insert_flag_update(t, u, 0, t->last_update_idx);
+		mail_index_insert_flag_update(t, u, 0, t->last_update_idx + 1);
 	}
 }
 



More information about the dovecot-cvs mailing list