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

/dovecot/src/lib-storage/index/imapc/
H A Dimapc-list.c27 } imap_list_flags[] = { variable in typeref:struct:__anon144
149 for (i = 0; i < N_ELEMENTS(imap_list_flags); i++) {
150 if (strcasecmp(str, imap_list_flags[i].str) == 0) {
151 *flag_r = imap_list_flags[i].flag;
691 for (i = 0; i < N_ELEMENTS(imap_list_flags); i++) {
692 if ((node->flags & imap_list_flags[i].flag) != 0 &&
694 str_append(ctx->special_use, imap_list_flags[i].str);

Completed in 9 milliseconds