From 30729d9be0f6ef6c67cd175308a0336053dcd7ea Mon Sep 17 00:00:00 2001 From: holger krekel Date: Thu, 28 May 2026 20:02:55 +0200 Subject: [PATCH] fix: core 2.50.0 does not have delete_server_after config anymore. --- cmdeploy/src/cmdeploy/tests/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: