-
Notifications
You must be signed in to change notification settings - Fork 15
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
Feature request: option to update account dropdown #307
Comments
Here is a first preview version that implements a "refresh accounts list " button. It is not yet localized but it should do the job - it can be used after:
the technique is a little complicated as it clones the elements under "common account settings" and need to reestablish event listeners etc., the detail is kind of messy. smartTemplate-fx-4.6.2pre8.zip Known issue: just after uploading, I see we are missing the [x] Use Common checkboxes on the newly generated decks! To try the version above download zip file and drag the file into Thunderbird Add-ons Manager (do not extract contents, it won't install like that) |
Next preview - fixed the missing [x]Use Common checkbox: smartTemplate-fx-4.6.2pre10.zip To try the version above download zip file and drag the file into Thunderbird Add-ons Manager (do not extract contents, it won't install like that) |
implemented in 4.7 - published 05/08/2024 |
If SmartTemplates settings tab is already open, any changes (such as name edits or adding / removing identities) to any account's identities is not automatically loaded / displayed in the dropdown. the only way to update its contents currently is to close the settings dialog and reopen settings which is inconvenient.
Therefore it would be either good to have an automatic update triggered by any changes or (at the least) a button to force updating the list.
The text was updated successfully, but these errors were encountered: