mirror of
https://github.com/chatmail/core.git
synced 2026-04-18 22:16:30 +03:00
Merge remote-tracking branch 'origin/master' into feat/async-jobs
This commit is contained in:
@@ -412,9 +412,11 @@ async fn exec_step(
|
||||
}
|
||||
16 => {
|
||||
progress!(ctx, 900);
|
||||
|
||||
let create_mvbox = ctx.get_config_bool(Config::MvboxWatch).await
|
||||
|| ctx.get_config_bool(Config::MvboxMove).await;
|
||||
if let Err(err) = imap.ensure_configured_folders(ctx, create_mvbox).await {
|
||||
|
||||
if let Err(err) = imap.configure_folders(ctx, create_mvbox).await {
|
||||
bail!("configuring folders failed: {:?}", err);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user