You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But in 59.0a1 (2017-12-18) (32-bit) I still have the problem that it complains about missing default options, although https://wiki.mozilla.org/Thunderbird/Add-ons_Guide_57 states this was fixed in "Daily 59 as of 2017-12-12".
I think that page is mistaken. I'm using the 2017-12-14 Thunderbird build and default preferences still aren't being loaded. Note that there is still a very active discussion in bug 1414398 about how to restore the functionality of loading default preferences.
If you wish, you may want to add code to your add-on to load your default preferences manually rather than relying on Thunderbird to do it. This is what I've ended up doing for all the add-ons I maintain. See e.g. jikamens/folder-pane-view-switcher@050ffbd. Feel free to steal my code (which I derived from code I stole (with attribution) from somebody else.
Thanks a lot for letting me know about the workaround. Don't know if and when I will include it (hoping they are able to fix it on the Thunderbird side soon)
Thunderbird daily is complaining:
The issue appears to be a conditional catch statement at https://github.com/lieser/dkim_verifier/blob/master/modules/dkimVerifier.jsm#L608. Given that this is non-standard syntax and https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/try...catch seems to discourage its use, perhaps, support for it has been removed?
The text was updated successfully, but these errors were encountered: