Searched refs:dest_first_mail (Results 1 - 5 of 5) sorted by relevance

/dovecot/src/lib-storage/index/mbox/
H A Dmbox-sync-rewrite.c318 if (sync_ctx->dest_first_mail &&
368 sync_ctx->dest_first_mail = mails[idx].from_offset == 0;
372 sync_ctx->dest_first_mail = TRUE;
484 if (sync_ctx->dest_first_mail) {
486 sync_ctx->dest_first_mail = FALSE;
H A Dmbox-sync-private.h139 bool dest_first_mail:1; member in struct:mbox_sync_context
H A Dmbox-sync-parse.c396 if (ctx->sync_ctx->dest_first_mail && ctx->seq != 1) {
533 (ctx->seq > 1 && sync_ctx->dest_first_mail)) {
H A Dmbox-sync-update.c199 if (ctx->sync_ctx->dest_first_mail &&
345 if (!sync_ctx->dest_first_mail ||
H A Dmbox-sync.c650 if (sync_ctx->dest_first_mail) {
681 if (sync_ctx->dest_first_mail) {
882 sync_ctx->dest_first_mail = sync_ctx->seq == 0;
1157 sync_ctx->dest_first_mail = FALSE;
1592 sync_ctx->dest_first_mail = TRUE;

Completed in 19 milliseconds