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

/dovecot/src/lib-storage/index/
H A Dindex-attribute.c142 key_get_prefixed(enum mail_attribute_type type, const char *mailbox_prefix, argument
147 return t_strconcat(DICT_PATH_PRIVATE, mailbox_prefix, "/",
150 return t_strconcat(DICT_PATH_SHARED, mailbox_prefix, "/",
197 const char *mailbox_prefix; local
203 &mailbox_prefix) < 0)
208 key_get_prefixed(type, mailbox_prefix, key);
231 const char *mailbox_prefix, *error; local
236 if (index_storage_get_dict(box, type, &dict, &mailbox_prefix) < 0)
240 key_get_prefixed(type, mailbox_prefix, key),
257 const char *mailbox_prefix; local
[all...]

Completed in 10 milliseconds