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

/dovecot/src/lib-storage/index/dbox-multi/
H A Dmdbox-storage-rebuild.c61 struct rebuild_msg_mailbox prev_msg; member in struct:mdbox_storage_rebuild_context
705 box = ctx->prev_msg.box != NULL &&
706 strcmp(mailbox, ctx->prev_msg.box->vname) == 0 ?
707 ctx->prev_msg.box : NULL;
742 if (box != ctx->prev_msg.box && ctx->prev_msg.box != NULL) {
743 if (rebuild_msg_mailbox_commit(&ctx->prev_msg) < 0)
746 if (ctx->prev_msg.box == NULL) {
748 &ctx->prev_msg.sync_ctx,
749 &ctx->prev_msg
[all...]

Completed in 20 milliseconds