feat: Remove imap::Session::sync_seen_flags() (#7742)

This commit is contained in:
iequidoo
2026-01-20 18:31:23 -03:00
parent 6accfb954b
commit 6dbd1aeb5b
4 changed files with 33 additions and 196 deletions

View File

@@ -522,14 +522,6 @@ async fn fetch_idle(
.await
.context("download_msgs")?;
// Synchronize Seen flags.
session
.sync_seen_flags(ctx, &watch_folder)
.await
.context("sync_seen_flags")
.log_err(ctx)
.ok();
connection.connectivity.set_idle(ctx);
ctx.emit_event(EventType::ImapInboxIdle);