set BCC_self to True, so sent messages can be looked up in Thunderbird

invite-codes-1
missytake 2024-02-03 17:04:30 +01:00
parent cc1625fa29
commit 32ca1a4ee6
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ class SetupPlugin:
class RelayPlugin:
def __init__(self, account: deltachat.Account, kvstore: pickledb.PickleDB):
self.account = account
self.account.set_config("bcc_self", "1")
self.kvstore = kvstore
self.crew = account.get_chat_by_id(kvstore.get("crew_id"))
if not kvstore.get("relays"):