Searched defs:ns_set (Results 1 - 4 of 4) sorted by relevance
/dovecot/src/lib-storage/index/raw/ |
H A D | raw-storage.c | 21 struct mail_namespace_settings *ns_set; local 31 ns_set = p_new(user->pool, struct mail_namespace_settings, 1); 32 ns_set->name = "raw-storage"; 33 ns_set->location = ":LAYOUT=none"; 34 ns_set->separator = "/"; 41 ns->set = ns_set;
|
/dovecot/src/lib-storage/index/shared/ |
H A D | shared-storage.c | 141 struct mail_namespace_settings *ns_set, *unexpanded_ns_set; local 312 ns_set = p_new(user->pool, struct mail_namespace_settings, 1); 313 ns_set->type = "shared"; 314 ns_set->separator = p_strdup_printf(user->pool, "%c", ns_sep); 315 ns_set->prefix = new_ns->prefix; 316 ns_set->location = p_strdup(user->pool, str_c(location)); 317 ns_set->hidden = TRUE; 318 ns_set->list = "yes"; 319 new_ns->set = ns_set; 323 *unexpanded_ns_set = *ns_set; [all...] |
/dovecot/src/lib-storage/ |
H A D | mail-namespace.c | 71 namespace_has_special_use_mailboxes(struct mail_namespace_settings *ns_set) argument 75 if (!array_is_created(&ns_set->mailboxes)) 78 array_foreach(&ns_set->mailboxes, box_set) { 87 struct mail_namespace_settings *ns_set, 97 ns->prefix = i_strdup(ns_set->prefix); 98 ns->set = ns_set; 105 if (strcmp(ns_set->type, "private") == 0) { 108 } else if (strcmp(ns_set->type, "shared") == 0) 110 else if (strcmp(ns_set->type, "public") == 0) 114 ns_set 85 mail_namespace_alloc(struct mail_user *user, void *user_all_settings, struct mail_namespace_settings *ns_set, struct mail_namespace_settings *unexpanded_set, struct mail_namespace **ns_r, const char **error_r) argument 144 mail_namespaces_init_add(struct mail_user *user, struct mail_namespace_settings *ns_set, struct mail_namespace_settings *unexpanded_ns_set, struct mail_namespace **ns_p, const char **error_r) argument 456 struct mail_namespace_settings *const *ns_set; local [all...] |
/dovecot/src/imap/ |
H A D | imap-client.c | 77 struct mail_namespace_settings *const *ns_set; local 90 array_foreach(&user->set->namespaces, ns_set) { 94 if (!array_is_created(&(*ns_set)->mailboxes)) 97 array_foreach(&(*ns_set)->mailboxes, box_set) {
|
Completed in 975 milliseconds