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

/dovecot/src/lib-storage/index/
H A Dindex-search-private.h28 unsigned int max_mails; member in struct:index_search_context
/dovecot/src/lib-storage/
H A Dmail-autoexpunge.c47 unsigned int max_mails, unsigned int *expunged_count)
75 if (interval_time == 0 && status.messages <= max_mails)
78 if (max_mails == 0 || status.messages <= max_mails) {
102 if (max_mails > 0 && hdr->messages_count - seq + 1 > max_mails) {
103 /* max_mails is still being reached -> expunge.
105 below max_mails. */
109 /* only max_mails is used. nothing further to do. */
46 mailbox_autoexpunge(struct mailbox *box, unsigned int interval_time, unsigned int max_mails, unsigned int *expunged_count) argument

Completed in 163 milliseconds