Searched refs:SEARCH_RETURN_SAVE (Results 1 - 2 of 2) sorted by relevance

/dovecot/src/imap/
H A Dimap-search.h13 SEARCH_RETURN_SAVE = 0x0040, enumerator in enum:search_return_options
19 (SEARCH_RETURN_ESEARCH | SEARCH_RETURN_MODSEQ | SEARCH_RETURN_SAVE | \
H A Dimap-search.c87 ctx->return_options |= SEARCH_RETURN_SAVE;
320 (SEARCH_RETURN_ESEARCH | SEARCH_RETURN_SAVE)) {
375 if ((ctx->return_options & SEARCH_RETURN_SAVE) != 0) {
471 (opts & (SEARCH_RETURN_MODSEQ | SEARCH_RETURN_SAVE)) != 0) {
550 if ((ctx->return_options & SEARCH_RETURN_SAVE) != 0) {
628 if ((ctx->return_options & SEARCH_RETURN_SAVE) != 0)

Completed in 447 milliseconds