Skip to content

Commit

Permalink
doveadm flags: Sync mailbox after committing transaction.
Browse files Browse the repository at this point in the history
  • Loading branch information
sirainen committed Sep 9, 2016
1 parent 91f0296 commit ceb5ed3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doveadm/doveadm-mail-flags.c
Expand Up @@ -47,7 +47,7 @@ cmd_flags_run_box(struct flags_cmd_context *ctx,
}
if (kw != NULL)
mailbox_keywords_unref(&kw);
return doveadm_mail_iter_deinit(&iter);
return doveadm_mail_iter_deinit_sync(&iter);
}

static int
Expand Down

0 comments on commit ceb5ed3

Please sign in to comment.