Searched refs:last_nonrecent_uid (Results 1 - 3 of 3) sorted by relevance

/dovecot/src/lib-storage/index/mbox/
H A Dmbox-sync-private.h136 uint32_t last_nonrecent_uid; member in struct:mbox_sync_context
H A Dmbox-sync.c475 sync_ctx->last_nonrecent_uid = mail->uid;
1537 if (sync_ctx->last_nonrecent_uid < sync_ctx->hdr->first_recent_uid) {
1540 sync_ctx->last_nonrecent_uid =
1546 if (mail_index_lookup_seq_range(view, sync_ctx->last_nonrecent_uid + 1,
1554 sync_ctx->next_uid : sync_ctx->last_nonrecent_uid + 1;
/dovecot/src/lib-storage/index/maildir/
H A Dmaildir-save.c63 uint32_t first_seq, seq, last_nonrecent_uid; member in struct:maildir_save_context
165 ctx->last_nonrecent_uid < mdata->uid)
166 ctx->last_nonrecent_uid = mdata->uid;
766 else if (ctx->last_nonrecent_uid != 0)
767 first_recent_uid = ctx->last_nonrecent_uid + 1;

Completed in 553 milliseconds