Searched defs:src_list (Results 1 - 3 of 3) sorted by relevance
/dovecot/src/lib-storage/list/ |
H A D | mailbox-list-subscriptions.c | 24 struct mailbox_list *src_list, 40 if (src_list->ns->prefix_len == 0) 44 ns_name = t_strconcat(src_list->ns->prefix, name, NULL); 107 int mailbox_list_subscriptions_refresh(struct mailbox_list *src_list, argument 117 /* src_list is subscriptions=yes, dest_list is subscriptions=no 118 (or the same as src_list) */ 119 i_assert((src_list->ns->flags & NAMESPACE_FLAG_SUBSCRIPTIONS) != 0); 122 sep = mail_namespace_get_sep(src_list->ns); 126 type = src_list->set.control_dir != NULL ? 128 if (!mailbox_list_get_root_path(src_list, typ 23 mailbox_list_subscription_fill_one(struct mailbox_list *list, struct mailbox_list *src_list, const char *name) argument [all...] |
/dovecot/src/lib-storage/index/shared/ |
H A D | shared-list.c | 180 shared_list_subscriptions_refresh(struct mailbox_list *src_list, argument 186 sep = mail_namespace_get_sep(src_list->ns);
|
/dovecot/src/lib-storage/index/imapc/ |
H A D | imapc-list.c | 778 struct imapc_mailbox_list *src_list = local 785 i_assert(src_list->tmp_subscriptions == NULL); 787 if (imapc_list_try_get_root_sep(src_list, &list_sep) < 0) 790 if (src_list->refreshed_subscriptions) { 796 src_list->tmp_subscriptions = 799 cmd = imapc_list_simple_context_init(&ctx, src_list); 800 if (*src_list->set->imapc_list_prefix == '\0') 803 pattern = t_strdup_printf("%s*", src_list->set->imapc_list_prefix); 814 dest_list->subscriptions = src_list->tmp_subscriptions; 815 src_list [all...] |
Completed in 10 milliseconds