mirror of
https://github.com/chatmail/core.git
synced 2026-04-05 23:22:11 +03:00
python bindings account setup: remove deviation from default config
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user