Searched refs:global_temp_prefix (Results 1 - 2 of 2) sorted by relevance

/dovecot/src/lib-storage/list/
H A Dmailbox-list-maildir.h13 const char *global_temp_prefix, *temp_prefix; member in struct:maildir_mailbox_list
H A Dmailbox-list-maildir.c34 list->global_temp_prefix = MAILDIR_GLOBAL_TEMP_PREFIX;
35 list->temp_prefix = p_strconcat(pool, list->global_temp_prefix,
51 list->global_temp_prefix = IMAPDIR_GLOBAL_TEMP_PREFIX;
52 list->temp_prefix = p_strconcat(pool, list->global_temp_prefix,
183 return global ? list->global_temp_prefix : list->temp_prefix;

Completed in 10 milliseconds