-
Notifications
You must be signed in to change notification settings - Fork 17
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
identity list in menus incomplete #17
Comments
Hi Mark, I am missing a clear problem description from you but I can start guessing: I think you are referring to the add-on settings page? Where are 2 drop down lists which should both contain all "identities"? Are those missing identities "created by Owl for Exchange server access" not part of the Thunderbird configuration? Maybe they are missing in the Thunderbird configuration when it starts up and added later dynamically (by Owl for Exchange)? |
So yes, when I say truncated, I mean the identity list is incomplete
(compared to, say, the From address selection menu during composition).
The account list and identities for Owl accounts are present, but they
are different than a manually-generated account. My guess is this could
in fact be a sequencing issue if CorrectIdentity caches the base
account/identity list at startup and then Owl generates additional
identities afterward, as you say. The times I see it working may
reflect nondeterminism in the startup sequence.
I will see if I can get that debugger data.
Thanks,
Mark
|
When preparing v2.1.x I looked into this issue. My assumption was, that this issue is related to the fact that the current add-on version is not good in handling newly appearing identities and accounts in the same session (Best is to restart Thunderbird before configuring those new accounts/identities in the add-on).
... so the issue was not fixed in v2.1.1. Need to investigate deeper. |
I have been trying to figure out why the list of identities in the various menus is truncated. I can sometimes fix it briefly by uninstalling the add-on, quitting and then re-installing. I do some have identities created by Owl for Exchange server access, which perhaps is related. Whatever data I can provide that might help narrow down the problem, please let me know....
The text was updated successfully, but these errors were encountered: