changeset 10729:bc376612e590 HEAD

dsync: Skip alias namespaces when syncing subscriptions.
author Timo Sirainen <tss@iki.fi>
date Mon, 15 Feb 2010 05:44:14 +0200
parents 1d6e99a9703f
children 189197f30055
files src/dsync/dsync-worker-local.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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 };