mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 21:46:35 +03:00
imap: expunge folder before IDLE if needed
This ensures Inbox is expunged timely in setups that don't watch DeltaChat folder.
This commit is contained in:
committed by
link2xt
parent
d3eb209d27
commit
1e84e81e7d
@@ -1542,7 +1542,6 @@ class TestOnlineAccount:
|
||||
assert msg.is_encrypted(), "Message is not encrypted"
|
||||
assert msg.chat == ac2.create_chat(ac4)
|
||||
|
||||
@pytest.mark.xfail
|
||||
def test_immediate_autodelete(self, acfactory, lp):
|
||||
ac1 = acfactory.get_online_configuring_account()
|
||||
ac2 = acfactory.get_online_configuring_account(mvbox=False, move=False, sentbox=False)
|
||||
|
||||
Reference in New Issue
Block a user