Summary:
Adds a conditional to to auth_handler.update_account instead of auth_handler.create_account when '--reauth' parameter is passed to inbox-auth.
This enables less wasteful account credential updates in the open source sync engine by:
Keeping the already downloaded data
Not necessitating a complete re-adding of the sync engine instance to nylas
Fixes #386
Summary: Adds a conditional to to auth_handler.update_account instead of auth_handler.create_account when '--reauth' parameter is passed to inbox-auth.
This enables less wasteful account credential updates in the open source sync engine by:
Patching this file is the only manual step involving the engine code for setting it up on lxd right now: https://github.com/tbraeutigam/nmgmt