Home
last modified time | relevance | path

Searched refs:mailbox_search_seen_lost_data (Results 1 – 4 of 4) sorted by relevance

/dports/mail/dovecot-pigeonhole/dovecot-2.3-pigeonhole-0.5.17/src/plugins/imap-filter-sieve/
H A Dimap-filter.c101 lost_data = mailbox_search_seen_lost_data(ctx->search_ctx); in imap_filter_more()
/dports/mail/dovecot/dovecot-2.3.17/src/lib-storage/
H A Dmail-storage.h741 bool mailbox_search_seen_lost_data(struct mail_search_context *ctx);
H A Dmail-storage.c2369 bool mailbox_search_seen_lost_data(struct mail_search_context *ctx) in mailbox_search_seen_lost_data() function
/dports/mail/dovecot/dovecot-2.3.17/src/imap/
H A Dimap-search.c455 lost_data = mailbox_search_seen_lost_data(ctx->search_ctx); in cmd_search_more()