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

/dovecot/src/imap/
H A Dcmd-sort.c14 static struct sort_name sort_names[] = { variable in typeref:struct:sort_name
54 for (i = 0; sort_names[i].type != MAIL_SORT_END; i++) {
55 if (strcasecmp(arg, sort_names[i].name) == 0)
59 if (sort_names[i].type == MAIL_SORT_END) {
65 if ((mask & sort_names[i].type) != 0)
67 mask |= sort_names[i].type;
72 program[pos++] = sort_names[i].type |

Completed in 23 milliseconds