mirror of
https://github.com/chatmail/core.git
synced 2026-04-28 19:06:35 +03:00
Better format for scan_folders errors
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user