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

/dovecot/src/imap/
H A Dcmd-sort.c73 (reverse ? MAIL_SORT_FLAG_REVERSE : 0);
/dovecot/src/lib-storage/index/
H A Dindex-sort.c287 (program->sort_program[0] & MAIL_SORT_FLAG_REVERSE) != 0;
653 case MAIL_SORT_FLAG_REVERSE:
662 if ((*sort_program & MAIL_SORT_FLAG_REVERSE) != 0)
H A Dindex-sort-string.c84 ctx->reverse = (program->sort_program[0] & MAIL_SORT_FLAG_REVERSE) != 0;
/dovecot/src/lib-storage/
H A Dmail-storage.h145 MAIL_SORT_FLAG_REVERSE = 0x1000, /* reverse this mask type */ enumerator in enum:mail_sort_type

Completed in 18 milliseconds