mirror of
https://github.com/chatmail/core.git
synced 2026-05-16 21:36:30 +03:00
Fix test_trash_multiple_messages()
This commit is contained in:
@@ -87,7 +87,7 @@ def test_trash_multiple_messages(acfactory, direct_imap, log):
|
|||||||
ac1, ac2 = acfactory.get_online_accounts(2)
|
ac1, ac2 = acfactory.get_online_accounts(2)
|
||||||
ac2.stop_io()
|
ac2.stop_io()
|
||||||
|
|
||||||
# TODO check if this causes a test failure: ac2.set_config("delete_server_after", "0")
|
ac2.set_config("bcc_self", "1") # Make sure that messages are not immediately auto-deleted
|
||||||
ac2.set_config("sync_msgs", "0")
|
ac2.set_config("sync_msgs", "0")
|
||||||
|
|
||||||
ac2.start_io()
|
ac2.start_io()
|
||||||
|
|||||||
Reference in New Issue
Block a user