diff --git a/src/scheduler.rs b/src/scheduler.rs index f6cb8f6da..295d4984d 100644 --- a/src/scheduler.rs +++ b/src/scheduler.rs @@ -149,7 +149,7 @@ async fn fetch_idle(ctx: &Context, connection: &mut Imap, folder: Config) -> Int } } None => { - warn!(ctx, "Can not watch inbox folder, not set"); + warn!(ctx, "Can not watch {} folder, not set", folder); connection.fake_idle(&ctx, None).await } }