mirror of
https://github.com/chatmail/core.git
synced 2026-04-21 15:36:30 +03:00
Add verbose logging for #2065
This commit is contained in:
@@ -141,6 +141,7 @@ async fn fetch_idle(ctx: &Context, connection: &mut Imap, folder: Config) -> Int
|
||||
connection.trigger_reconnect();
|
||||
warn!(ctx, "{}", err);
|
||||
}
|
||||
info!(ctx, "verbose (issue 2065): step 1 done fetching");
|
||||
|
||||
// idle
|
||||
if connection.can_idle() {
|
||||
|
||||
Reference in New Issue
Block a user