Skip to content

Commit

Permalink
fts: Indexing virtual mailbox didn't always index the last mails
Browse files Browse the repository at this point in the history
  • Loading branch information
sirainen authored and cmouse committed May 11, 2018
1 parent 8e181a1 commit b73cd07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/plugins/fts/fts-storage.c
Expand Up @@ -504,6 +504,7 @@ static void fts_mail_index(struct mail *_mail)
ft->failed = TRUE;
return;
}
ft->next_index_seq = _mail->seq;
}

if (ft->next_index_seq == _mail->seq) {
Expand Down

0 comments on commit b73cd07

Please sign in to comment.