mirror of
https://github.com/chatmail/core.git
synced 2026-05-20 07:16:31 +03:00
test: set mvbox_move to 0 for test rust accounts
This commit is contained in:
@@ -567,6 +567,7 @@ impl TestContext {
|
|||||||
.unwrap();
|
.unwrap();
|
||||||
ctx.set_config(Config::BccSelf, Some("1")).await.unwrap();
|
ctx.set_config(Config::BccSelf, Some("1")).await.unwrap();
|
||||||
ctx.set_config(Config::SyncMsgs, Some("0")).await.unwrap();
|
ctx.set_config(Config::SyncMsgs, Some("0")).await.unwrap();
|
||||||
|
ctx.set_config(Config::MvboxMove, Some("0")).await.unwrap();
|
||||||
|
|
||||||
Self {
|
Self {
|
||||||
ctx,
|
ctx,
|
||||||
|
|||||||
Reference in New Issue
Block a user