mirror of
https://github.com/chatmail/core.git
synced 2026-04-05 23:22:11 +03:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user