mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 13:36:30 +03:00
Warn about the correct folder
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user