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

/dovecot/src/imap/
H A Dimap-search.h47 bool sorting:1; member in struct:imap_search_context
H A Dimap-search.c208 str_append(str, ctx->sorting ? "* SORT" : "* SEARCH");
508 !ctx->sorting ? "Search" : "Sort");
588 ctx->sorting = sort_program != NULL;

Completed in 7 milliseconds