dovecot-2.2: dsync: Fixed "export:/count" value in verbose_proct...

dovecot at dovecot.org dovecot at dovecot.org
Mon Jun 24 23:14:55 EEST 2013


details:   http://hg.dovecot.org/dovecot-2.2/rev/082fe68e38c9
changeset: 16543:082fe68e38c9
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Jun 24 23:14:35 2013 +0300
description:
dsync: Fixed "export:/count" value in verbose_proctitle=yes

diffstat:

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

diffs (12 lines):

diff -r 04c7cf45a597 -r 082fe68e38c9 src/doveadm/dsync/dsync-mailbox-export.c
--- a/src/doveadm/dsync/dsync-mailbox-export.c	Mon Jun 24 23:10:20 2013 +0300
+++ b/src/doveadm/dsync/dsync-mailbox-export.c	Mon Jun 24 23:14:35 2013 +0300
@@ -699,7 +699,7 @@
 	array_append_array(&exporter->search_uids, &exporter->requested_uids);
 	array_clear(&exporter->requested_uids);
 
-	exporter->search_count = seq_range_count(&exporter->search_uids);
+	exporter->search_count += seq_range_count(&sarg->value.seqset);
 	exporter->search_ctx =
 		mailbox_search_init(exporter->trans, search_args, NULL,
 				    MAIL_FETCH_GUID |


More information about the dovecot-cvs mailing list