mirror of
https://github.com/chatmail/core.git
synced 2026-04-26 18:06:35 +03:00
Warn about the correct folder
This commit is contained in:
@@ -149,7 +149,7 @@ async fn fetch_idle(ctx: &Context, connection: &mut Imap, folder: Config) -> Int
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
None => {
|
None => {
|
||||||
warn!(ctx, "Can not watch inbox folder, not set");
|
warn!(ctx, "Can not watch {} folder, not set", folder);
|
||||||
connection.fake_idle(&ctx, None).await
|
connection.fake_idle(&ctx, None).await
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user