-
-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ability to synchronize multiple accounts at once #7
Comments
neverest synchronize
sync all accounts when no account has default = true
neverest synchronize
sync all accounts when no account has default = true
Commands
I would not be surprised, because it uses a hash map internally (which does not keep order). It could be better to throw an error in case multiple accounts are set as default. Regarding your initial request, I would rather introduce a new flag
What do you think? |
neverest synchronize
sync all accounts when no account has default = true
What exactly is the use case for |
My use case is a perfect example (and I believe it will be the case for most of people). I have a main account at Posteo which I daily use. I set I also use the Emacs plugin. When I spawn the interface, it shows me envelopes from my main account. If I need to check another account, then I need to switch. |
The title says it all. :)
Speaking of defaults, I learned the above through experimenting. So far it seem it's not really documented what exactly
default = true
does(?)Side side note: If you accidentally set
default = true
for several accounts, neverest synchronize seems to randomly pick one of those accounts with every call(?)The text was updated successfully, but these errors were encountered: