Changes

Jump to: navigation, search

Thunderbird/Add-ons Guide 57

389 bytes added, 19:33, 13 January 2018
added changes to chrome.manifest for toolbar customization
== Changes in thunderbird59 ==
* The id of the tab container of the 3pane has changed from "tabcontainer" to "tabmail-tabs". This was done to align the naming with the corresponding Firefox tab container. Add-ons need to replace document.getElementById("tabcontainer") with document.getElementById("tabmail-tabs").
* The bindings for the toolbar customization have moved from "global" to "messenger". If your add-on has customizable icons, please modify your chrome.manifest as shown below:
<pre>
style chrome://global/content/customizeToolbar.xul chrome://.../skin/... .css appversion<=58.0b3
style chrome://messenger/content/customizeToolbar.xul chrome://.../skin/... .css appversion>=59.0a1
</pre>
== Outlook and Suggestion ==
316
edits

Navigation menu