diff --git a/python/src/deltachat/account.py b/python/src/deltachat/account.py index c5e14b5b6..b3de2b105 100644 --- a/python/src/deltachat/account.py +++ b/python/src/deltachat/account.py @@ -169,8 +169,6 @@ class Account(object): """ self._check_config_key(name) namebytes = name.encode("utf8") - if namebytes == b"addr" and self.is_configured(): - raise ValueError("can not change 'addr' after account is configured.") if isinstance(value, (int, bool)): value = str(int(value)) if value is not None: