fix: set mvbox_move before starting an account the first time #15

Merged
missytake merged 1 commit from link2xt/teams-bot:link2xt/mvbox-move-start into main 2023-12-17 12:07:02 +00:00
Showing only changes of commit 68e1003046 - Show all commits

View file

@ -59,9 +59,9 @@ def init(ctx, email: str, password: str, dbdir: str, verbose: int):
set_log_level(verbose, delta_db)
ac = deltachat.Account(delta_db)
ac.run_account(addr=email, password=password, show_ffi=verbose)
ac.set_config("mvbox_move", "1")
ac.set_config("sentbox_watch", "0")
ac.run_account(addr=email, password=password, show_ffi=verbose)
crew_id_old = kvstore.get("crew_id")