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

/dovecot/src/lib-storage/index/
H A Dindex-pop3-uidl.c49 if (trans->highest_pop3_uidl_uid < mail->uid) {
50 trans->highest_pop3_uidl_uid = mail->uid;
71 if (trans->highest_pop3_uidl_uid == 0 && size >= sizeof(uidl)) {
99 if (trans->highest_pop3_uidl_uid == uidl.max_uid_with_pop3_uidl)
103 trans->highest_pop3_uidl_uid);
/dovecot/src/lib-storage/
H A Dmail-storage-private.h613 uint32_t highest_pop3_uidl_uid; member in struct:mailbox_transaction_context

Completed in 13 milliseconds