Lines Matching defs:src_list
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,
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, type, &path) ||
129 src_list->set.subscription_fname == NULL) {
133 path = t_strconcat(path, "/", src_list->set.subscription_fname, NULL);
160 src_list, name);
166 (void)subsfile_set_subscribed(src_list, path,
167 mailbox_list_get_temp_prefix(src_list),