dovecot-2.2: dsync: Fixed remote syncing due to recent changes

dovecot at dovecot.org dovecot at dovecot.org
Sat Dec 15 13:56:21 EET 2012


details:   http://hg.dovecot.org/dovecot-2.2/rev/1204e8bae160
changeset: 15481:1204e8bae160
user:      Timo Sirainen <tss at iki.fi>
date:      Sat Dec 15 13:56:16 2012 +0200
description:
dsync: Fixed remote syncing due to recent changes

diffstat:

 src/doveadm/dsync/dsync-ibc-stream.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (15 lines):

diff -r 79bcf862bf1c -r 1204e8bae160 src/doveadm/dsync/dsync-ibc-stream.c
--- a/src/doveadm/dsync/dsync-ibc-stream.c	Sat Dec 15 13:55:33 2012 +0200
+++ b/src/doveadm/dsync/dsync-ibc-stream.c	Sat Dec 15 13:56:16 2012 +0200
@@ -81,9 +81,9 @@
 	},
 	{ .name = "mailbox",
 	  .chr = 'B',
-	  .required_keys = "mailbox_lost mailbox_guid uid_validity uid_next "
+	  .required_keys = "mailbox_guid uid_validity uid_next "
 		"messages_count first_recent_uid highest_modseq",
-	  .optional_keys = "cache_fields"
+	  .optional_keys = "mailbox_lost cache_fields"
 	},
 	{ .name = "mail_change",
 	  .chr = 'C',


More information about the dovecot-cvs mailing list