changeset 375:285b3ca58cf7 HEAD

still wrong seq
author Timo Sirainen <tss@iki.fi>
date Sun, 06 Oct 2002 14:59:53 +0300
parents 7f8b00d5ff68
children fd1fc4cf11b7
files src/lib-index/mail-tree-redblack.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/lib-index/mail-tree-redblack.c	Sun Oct 06 14:51:28 2002 +0300
+++ b/src/lib-index/mail-tree-redblack.c	Sun Oct 06 14:59:53 2002 +0300
@@ -658,7 +658,7 @@
 		/* get the next key, make sure it's in range */
 		x = rb_successor(tree, y);
 		if (node[x].key <= last_uid)
-			*seq_r = seq;
+			*seq_r = seq + 2;
 		else
 			x = RBNULL;
 	}