diff --git a/src/scheduler.rs b/src/scheduler.rs index 81d5e7be8..f575bbd4b 100644 --- a/src/scheduler.rs +++ b/src/scheduler.rs @@ -198,8 +198,8 @@ async fn fetch_idle(ctx: &Context, connection: &mut Imap, folder_config: Config) .await .context("prepare IMAP connection") { - connection.trigger_reconnect(ctx); warn!(ctx, "{:#}", err); + connection.trigger_reconnect(ctx); return connection.fake_idle(ctx, Some(watch_folder)).await; }