dovecot-2.0: dsync: Skip alias namespaces when syncing subscript...

dovecot at dovecot.org dovecot at dovecot.org
Mon Feb 15 05:44:17 EET 2010


details:   http://hg.dovecot.org/dovecot-2.0/rev/bc376612e590
changeset: 10729:bc376612e590
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Feb 15 05:44:14 2010 +0200
description:
dsync: Skip alias namespaces when syncing subscriptions.

diffstat:

 src/dsync/dsync-worker-local.c |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r 1d6e99a9703f -r bc376612e590 src/dsync/dsync-worker-local.c
--- a/src/dsync/dsync-worker-local.c	Mon Feb 15 05:38:42 2010 +0200
+++ b/src/dsync/dsync-worker-local.c	Mon Feb 15 05:44:14 2010 +0200
@@ -571,6 +571,7 @@
 	struct local_dsync_worker_subs_iter *iter;
 	enum mailbox_list_iter_flags list_flags =
 		MAILBOX_LIST_ITER_VIRTUAL_NAMES |
+		MAILBOX_LIST_ITER_SKIP_ALIASES |
 		MAILBOX_LIST_ITER_SELECT_SUBSCRIBED;
 	static const char *patterns[] = { "*", NULL };
 


More information about the dovecot-cvs mailing list