Lines Matching refs:mailbox_prefix
142 key_get_prefixed(enum mail_attribute_type type, const char *mailbox_prefix,
147 return t_strconcat(DICT_PATH_PRIVATE, mailbox_prefix, "/",
150 return t_strconcat(DICT_PATH_SHARED, mailbox_prefix, "/",
197 const char *mailbox_prefix;
203 &mailbox_prefix) < 0)
208 key_get_prefixed(type, mailbox_prefix, key);
231 const char *mailbox_prefix, *error;
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;
261 if (index_storage_get_dict(box, type, &dict, &mailbox_prefix) < 0) {
265 iter->prefix = i_strdup(key_get_prefixed(type, mailbox_prefix,