Skip to content

Commit 2bbcdcf

Browse files
committed
Never create mvbox when configuring a new transport
1 parent 12070d5 commit 2bbcdcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/configure.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,7 @@ async fn configure(ctx: &Context, param: &EnteredLoginParam) -> Result<Option<&'
577577
ctx.sql.set_raw_config("mvbox_move", Some("0")).await?;
578578
ctx.sql.set_raw_config("only_fetch_mvbox", None).await?;
579579

580-
let create_mvbox = !is_chatmail;
580+
let create_mvbox = false;
581581
imap.configure_folders(ctx, &mut imap_session, create_mvbox)
582582
.await?;
583583

0 commit comments

Comments
 (0)