mirror of
https://github.com/chatmail/core.git
synced 2026-05-07 08:56:30 +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) => {
|
Err(err) => {
|
||||||
// Don't reconnect, if there is a problem with the connection we will realize this when IDLEing
|
// 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
|
// but maybe just one folder can't be selected or something
|
||||||
warn!(ctx, "{}", err);
|
warn!(ctx, "{:#}", err);
|
||||||
}
|
}
|
||||||
Ok(true) => {
|
Ok(true) => {
|
||||||
// Fetch the watched folder again in case scanning other folder moved messages
|
// Fetch the watched folder again in case scanning other folder moved messages
|
||||||
|
|||||||
Reference in New Issue
Block a user