From: Timo Sirainen Date: Mon, 15 Feb 2010 03:44:14 +0000 (+0200) Subject: dsync: Skip alias namespaces when syncing subscriptions. X-Git-Tag: 2.0.beta3~69 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=652bb149eeb05ae35785342594dc963caba210f3;p=thirdparty%2Fdovecot%2Fcore.git dsync: Skip alias namespaces when syncing subscriptions. --HG-- branch : HEAD --- diff --git a/src/dsync/dsync-worker-local.c b/src/dsync/dsync-worker-local.c index 54f27396c7..b79aac7975 100644 --- a/src/dsync/dsync-worker-local.c +++ b/src/dsync/dsync-worker-local.c @@ -571,6 +571,7 @@ local_worker_subs_iter_init(struct dsync_worker *_worker) 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 };