diff --git a/cmdeploy/src/cmdeploy/tests/plugin.py b/cmdeploy/src/cmdeploy/tests/plugin.py index c61b4426..00bb3ce7 100644 --- a/cmdeploy/src/cmdeploy/tests/plugin.py +++ b/cmdeploy/src/cmdeploy/tests/plugin.py @@ -362,7 +362,7 @@ class ChatmailACFactory: # ensure messages stay in INBOX so that they can be # concurrently fetched via extra IMAP connections during tests - account.set_config("delete_server_after", "10") + account.set_config("bcc_self", "1") accounts.append(account) for future in futures: