dovecot-1.2: virtual: Reversed the broken "fix" in previous commit.

dovecot at dovecot.org dovecot at dovecot.org
Mon Apr 20 21:54:54 EEST 2009


details:   http://hg.dovecot.org/dovecot-1.2/rev/1f4f68091243
changeset: 8974:1f4f68091243
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Apr 20 14:54:49 2009 -0400
description:
virtual: Reversed the broken "fix" in previous commit.

diffstat:

1 file changed, 1 insertion(+), 1 deletion(-)
src/plugins/virtual/virtual-sync.c |    2 +-

diffs (12 lines):

diff -r 796149c5f3f0 -r 1f4f68091243 src/plugins/virtual/virtual-sync.c
--- a/src/plugins/virtual/virtual-sync.c	Mon Apr 20 14:45:07 2009 -0400
+++ b/src/plugins/virtual/virtual-sync.c	Mon Apr 20 14:54:49 2009 -0400
@@ -525,7 +525,7 @@ virtual_sync_mailbox_box_remove(struct v
 			mail_index_expunge(ctx->trans, vseq);
 		}
 	}
-	array_delete(&bbox->uids, dest, rec_count - dest);
+	array_delete(&bbox->uids, dest, src - dest);
 }
 
 static void


More information about the dovecot-cvs mailing list