Searched refs:inbox_path (Results 1 - 8 of 8) sorted by relevance

/dovecot/src/lib-storage/list/
H A Dmailbox-list-fs-flags.c99 const char *inbox_path; local
106 &inbox_path) <= 0)
108 return strcmp(inbox_path, path) == 0;
H A Dmailbox-list-fs.c144 /* don't use inbox_path */
145 } else if (strcmp(name, "INBOX") == 0 && set->inbox_path != NULL) {
151 *path_r = set->inbox_path;
H A Dmailbox-list-maildir.c167 /* don't use inbox_path */
168 } else if (strcmp(name, "INBOX") == 0 && _list->set.inbox_path != NULL) {
169 *path_r = _list->set.inbox_path;
H A Dmailbox-list-fs-iter.c619 const char *path, *inbox_path; local
625 MAILBOX_LIST_PATH_TYPE_DIR, &inbox_path) <= 0)
627 return strcmp(path, inbox_path) == 0;
/dovecot/src/lib-storage/index/mbox/
H A Dmbox-storage.c186 if (set->inbox_path == NULL &&
188 set->inbox_path = t_strconcat(set->root_dir, "/inbox", NULL);
190 i_debug("mbox: INBOX defaulted to %s", set->inbox_path);
319 const char *root_dir, *inbox_path; local
322 inbox_path = set->inbox_path;
325 if (inbox_path == NULL &&
328 inbox_path = root_dir;
341 if (inbox_path == NULL) {
342 inbox_path
533 const char *inbox_path; local
[all...]
/dovecot/src/lib-storage/
H A Dmailbox-list.h122 const char *inbox_path; member in struct:mailbox_list_settings
H A Dmailbox-list.c173 list->set.inbox_path = p_strdup(list->pool, set->inbox_path);
220 list->set.inbox_path == NULL ?
221 "" : list->set.inbox_path,
334 dest = &set_r->inbox_path;
/dovecot/src/lib-storage/index/maildir/
H A Dmaildir-storage.c61 if (list->set.control_dir == NULL && list->set.inbox_path == NULL &&
84 if (set->inbox_path == NULL && *set->maildir_name == '\0' &&
89 set->inbox_path = set->root_dir;

Completed in 21 milliseconds