dovecot-2.2: dsync: Fixed syncing locally when GUIDs weren't ava...

dovecot at dovecot.org dovecot at dovecot.org
Mon Jan 28 13:53:11 EET 2013


details:   http://hg.dovecot.org/dovecot-2.2/rev/ceb75581cfcb
changeset: 15675:ceb75581cfcb
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Jan 28 13:48:09 2013 +0200
description:
dsync: Fixed syncing locally when GUIDs weren't available.

diffstat:

 src/doveadm/dsync/dsync-ibc-pipe.c |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r 6fa779e1d663 -r ceb75581cfcb src/doveadm/dsync/dsync-ibc-pipe.c
--- a/src/doveadm/dsync/dsync-ibc-pipe.c	Thu Jan 24 16:30:33 2013 +0200
+++ b/src/doveadm/dsync/dsync-ibc-pipe.c	Mon Jan 28 13:48:09 2013 +0200
@@ -408,6 +408,7 @@
 
 	item = dsync_ibc_pipe_push_item(pipe->remote, ITEM_MAIL);
 	item->u.mail.guid = p_strdup(item->pool, mail->guid);
+	item->u.mail.uid = mail->uid;
 	item->u.mail.pop3_uidl = p_strdup(item->pool, mail->pop3_uidl);
 	item->u.mail.pop3_order = mail->pop3_order;
 	item->u.mail.received_date = mail->received_date;


More information about the dovecot-cvs mailing list