From e1d50757b3881c08b2035ca018e665b4aa451247 Mon Sep 17 00:00:00 2001 From: link2xt Date: Sun, 13 Nov 2022 20:29:18 +0000 Subject: [PATCH] Better format for `scan_folders` errors --- src/scheduler.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scheduler.rs b/src/scheduler.rs index b176fa771..773b7a796 100644 --- a/src/scheduler.rs +++ b/src/scheduler.rs @@ -233,7 +233,7 @@ async fn fetch_idle(ctx: &Context, connection: &mut Imap, folder_config: Config) Err(err) => { // Don't reconnect, if there is a problem with the connection we will realize this when IDLEing // but maybe just one folder can't be selected or something - warn!(ctx, "{}", err); + warn!(ctx, "{:#}", err); } Ok(true) => { // Fetch the watched folder again in case scanning other folder moved messages