Searched defs:special_use (Results 1 - 5 of 5) sorted by relevance

/dovecot/src/lib-storage/
H A Dmailbox-list-iter.h46 const char *special_use; member in struct:mailbox_info
H A Dmail-storage-settings.h112 const char *special_use; member in struct:mailbox_settings
/dovecot/src/imap/
H A Dcmd-list.c32 const char *special_use, enum mailbox_info_flags flags)
53 special_use != NULL) {
56 str_append(str, special_use);
247 mailbox_flags2str(ctx, str, info->special_use, flags);
31 mailbox_flags2str(struct cmd_list_context *ctx, string_t *str, const char *special_use, enum mailbox_info_flags flags) argument
/dovecot/src/lib-storage/index/imapc/
H A Dimapc-list.c21 string_t *special_use; member in struct:imapc_mailbox_list_iterate_context
687 if (ctx->special_use == NULL)
688 ctx->special_use = str_new(ctx->ctx.pool, 64);
689 str_truncate(ctx->special_use, 0);
694 str_append(ctx->special_use, imap_list_flags[i].str);
695 str_append_c(ctx->special_use, ' ');
699 if (str_len(ctx->special_use) > 0) {
700 str_truncate(ctx->special_use, str_len(ctx->special_use) - 1);
701 ctx->info.special_use
[all...]
/dovecot/src/plugins/fts/
H A Dfts-storage.c790 const char *const *special_use; local
799 special_use = set == NULL ? NULL :
800 t_strsplit_spaces(set->special_use, " ");
804 if (special_use != NULL &&
805 str_array_icase_find(special_use, exclude_list[i]))

Completed in 18 milliseconds