Lines Matching refs:root_dir
89 set->inbox_path = set->root_dir;
128 const char *path, *root_dir;
130 if (set->root_dir != NULL)
131 root_dir = set->root_dir;
133 root_dir = maildir_storage_find_root_dir(ns);
134 if (root_dir == NULL) {
141 path = t_strconcat(root_dir, "/cur", NULL);
154 set->root_dir = root_dir;
344 const char *root_dir;
366 root_dir = mailbox_list_get_root_forced(box->list,
368 if (strcmp(box_path, root_dir) == 0 && !box->inbox_any) {
513 const char *root_dir, *shared_path;
527 root_dir = mailbox_list_get_root_forced(box->list,
529 shared_path = t_strconcat(root_dir, "/dovecot-shared", NULL);