Lines Matching defs:ns_set
141 struct mail_namespace_settings *ns_set, *unexpanded_ns_set;
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;