Lines Matching defs:ns
34 struct mail_namespace *ns,
40 if (dbox_storage_create(_storage, ns, error_r) < 0)
55 sdbox_storage_find_root_dir(const struct mail_namespace *ns)
57 bool debug = ns->mail_set->mail_debug;
60 if (ns->owner != NULL &&
61 mail_user_get_home(ns->owner, &home) > 0) {
74 static bool sdbox_storage_autodetect(const struct mail_namespace *ns,
77 bool debug = ns->mail_set->mail_debug;
84 root_dir = sdbox_storage_find_root_dir(ns);
108 dbox_storage_get_list_settings(ns, set);