-
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
Convert header menu to be API based to avoid it not being generated #271
Comments
A current workaround for this is delaying the patch of the header area by increasing the value in extensions.smartTemplate4.fileTemplates.menus.delayMessagePane try 10000 (10 seconds) to start with |
As an interim solution, I made the menu patching more stable by removing the injection code that is based on the new version for testing, appears to be stable at the moment: To test the version above, download the zip file, drag the file into Thunderbird Add-ons Manager, do not extract contents or if won't install. |
For the latest versions see #253, or use this one: |
Normally the SmartTemplates button on top of the email preview shows the reply and forward menus. I have seen this arbitrarily not filled with data, leading to an empty menu:
The text was updated successfully, but these errors were encountered: