Add verbose logging for #2065

This commit is contained in:
Hocuri
2020-11-10 13:06:04 +01:00
parent 2a9d06d817
commit 83df69f43c
2 changed files with 10 additions and 0 deletions

View File

@@ -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() {