python bindings account setup: remove deviation from default config

This commit is contained in:
missytake
2022-12-13 13:15:26 +01:00
parent fcf73165ed
commit e83fa8840b

View File

@@ -616,8 +616,6 @@ class Account(object):
assert addr and password, "you must specify email and password once to configure this database/account"
self.set_config("addr", addr)
self.set_config("mail_pw", password)
self.set_config("mvbox_move", "0")
self.set_config("sentbox_watch", "0")
self.set_config("bot", "1")
configtracker = self.configure()
configtracker.wait_finish()