]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
dsync: Skip alias namespaces when syncing subscriptions.
authorTimo Sirainen <tss@iki.fi>
Mon, 15 Feb 2010 03:44:14 +0000 (05:44 +0200)
committerTimo Sirainen <tss@iki.fi>
Mon, 15 Feb 2010 03:44:14 +0000 (05:44 +0200)
--HG--
branch : HEAD

src/dsync/dsync-worker-local.c

index 54f27396c716cdb94e8a235754bf2818e3f9bd71..b79aac79755dd8efb50f40480872705d5686c044 100644 (file)
@@ -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 };