Disable moving to Sentbox for now

fix https://github.com/deltachat/deltachat-core-rust/issues/2176

we can re-enable it when DC determines automatically which folders to watch and
this is deployed for at least 1 release.
This commit is contained in:
Hocuri
2021-01-30 20:30:18 +01:00
parent 6bb0c164f9
commit e820d072f5
3 changed files with 6 additions and 1 deletions

View File

@@ -2251,8 +2251,9 @@ class TestOnlineAccount:
Also, the newest existing emails from each folder are fetched during onboarding.
Additionally tests that bcc_self messages moved to the mvbox are marked as read."""
Additionally tests that bcc_self messages moved to the mvbox/sentbox are marked as read."""
ac1 = acfactory.get_online_configuring_account(mvbox=mvbox_move, move=mvbox_move)
ac1.set_config("sentbox_move", "1")
ac2 = acfactory.get_online_configuring_account()
acfactory.wait_configure(ac1)