From: Timo Sirainen Date: Thu, 31 Jan 2013 16:39:44 +0000 (+0200) Subject: dsync: Fixed syncing keyword removals. X-Git-Tag: 2.2.beta2~154 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59bf1df59552b6898749a87ae28476debd9b77d8;p=thirdparty%2Fdovecot%2Fcore.git dsync: Fixed syncing keyword removals. --- diff --git a/src/doveadm/dsync/dsync-mailbox-import.c b/src/doveadm/dsync/dsync-mailbox-import.c index 942874ccb7..9f9a883ae7 100644 --- a/src/doveadm/dsync/dsync-mailbox-import.c +++ b/src/doveadm/dsync/dsync-mailbox-import.c @@ -688,7 +688,7 @@ merge_keywords(struct mail *mail, const ARRAY_TYPE(const_string) *local_changes, } if (change_remove[i] != 0) { keywords_append(&remove_keywords, &all_keywords, - change_add[i], i*32); + change_remove[i], i*32); } }