dovecot-2.2: dsync: Fixed syncing keyword removals.

dovecot at dovecot.org dovecot at dovecot.org
Thu Jan 31 18:39:54 EET 2013


details:   http://hg.dovecot.org/dovecot-2.2/rev/2801de211b78
changeset: 15696:2801de211b78
user:      Timo Sirainen <tss at iki.fi>
date:      Thu Jan 31 18:39:44 2013 +0200
description:
dsync: Fixed syncing keyword removals.

diffstat:

 src/doveadm/dsync/dsync-mailbox-import.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 47ad56ea1788 -r 2801de211b78 src/doveadm/dsync/dsync-mailbox-import.c
--- a/src/doveadm/dsync/dsync-mailbox-import.c	Thu Jan 31 17:03:16 2013 +0200
+++ b/src/doveadm/dsync/dsync-mailbox-import.c	Thu Jan 31 18:39:44 2013 +0200
@@ -688,7 +688,7 @@
 		}
 		if (change_remove[i] != 0) {
 			keywords_append(&remove_keywords, &all_keywords,
-					change_add[i], i*32);
+					change_remove[i], i*32);
 		}
 	}
 


More information about the dovecot-cvs mailing list