Skip to content

Commit

Permalink
virtual plugin: Don't assert-crash if backend mailbox is recreated wh…
Browse files Browse the repository at this point in the history
…ile virtual mailbox is open.
  • Loading branch information
sirainen committed Mar 15, 2016
1 parent 5b7ff90 commit 74bf1be
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/plugins/virtual/virtual-sync.c
Expand Up @@ -1193,7 +1193,6 @@ static int virtual_sync_backend_box(struct virtual_sync_context *ctx,
if (status.uidvalidity != bbox->sync_uid_validity) {
/* UID validity changed since last sync (or this is
the first sync), do a full search */
i_assert(ctx->expunge_removed);
ret = virtual_sync_backend_box_init(bbox);
} else {
/* build the initial search using the saved modseq. */
Expand Down

0 comments on commit 74bf1be

Please sign in to comment.