fix(test): sync before searching in second searchEmails IMAP test (#519)

This commit was merged in pull request #519.
This commit is contained in:
Bot of Thomas Güttler
2026-06-07 02:49:53 +02:00
parent d55b316d4c
commit f5abe9132b
2 changed files with 3 additions and 0 deletions
@@ -3101,6 +3101,8 @@ class EmailRepositoryImpl implements EmailRepository {
}
@override
// Results are limited to emails already synced into the local SQLite FTS5
// index; call syncEmails first to ensure the index is up-to-date.
Future<List<model.Email>> searchEmails(
String accountId,
String mailboxPath,