Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
jrse committed Nov 26, 2018
1 parent d963d5f commit 4e8305a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/storage-rbox/doveadm-rbox-plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ static int restore_index_entry(struct mail_user *user, const char *mailbox_name,
}
/* add to index */
#if DOVECOT_PREREQ(2, 3)

if ((save_ctx->transaction->flags & MAILBOX_TRANSACTION_FLAG_FILL_IN_STUB) == 0) {
mail_index_append(save_ctx->transaction->itrans, next_uid, &seq);
} else {
seq = save_ctx->data.stub_seq;
Expand Down

0 comments on commit 4e8305a

Please sign in to comment.