diff --git a/src/scheduler.rs b/src/scheduler.rs index 269f6f4e0..9688bbba1 100644 --- a/src/scheduler.rs +++ b/src/scheduler.rs @@ -105,7 +105,7 @@ async fn fetch(ctx: &Context, connection: &mut Imap) { match ctx.get_config(Config::ConfiguredInboxFolder).await { Some(watch_folder) => { if let Err(err) = connection.connect_configured(&ctx).await { - error!(ctx, "{}", err); + error_network!(ctx, "{}", err); return; }