Searched refs:prev_msg_uid (Results 1 - 4 of 4) sorted by relevance

/dovecot/src/lib-storage/index/mbox/
H A Dmbox-sync-private.h134 uint32_t prev_msg_uid, next_uid, idx_next_uid; member in struct:mbox_sync_context
H A Dmbox-sync-rewrite.c357 sync_ctx->prev_msg_uid = mails[idx].uid - 1;
361 sync_ctx->prev_msg_uid = 0;
534 orig_prev_msg_uid = sync_ctx->prev_msg_uid;
613 sync_ctx->prev_msg_uid = orig_prev_msg_uid;
H A Dmbox-sync-parse.c230 i_assert(ctx->sync_ctx->next_uid > ctx->sync_ctx->prev_msg_uid);
385 if (value <= ctx->sync_ctx->prev_msg_uid) {
H A Dmbox-sync.c871 sync_ctx->prev_msg_uid = uid;
1146 sync_ctx->prev_msg_uid = mail_ctx->mail.uid;
1583 sync_ctx->prev_msg_uid = 0;

Completed in 18 milliseconds