Rated 5 out of 5 stars

Quote Colors extension working correctly in Thunderbird 60.

Fix:

* install.rdf

Code: Select all
- <em:version>0.3.1-let-fixed</em:version>
+ <em:version>0.3.1.1</em:version>


Code: Select all
- <em:maxVersion>3.0.*</em:maxVersion>
+ <em:maxVersion>60.*</em:maxVersion>


* \chrome\quotecolors.jar\content\quotecolors\qc_overlay.js

Code: Select all
- this.oPrefServ.QueryInterface(Components.interfaces.nsIPrefBranchInternal);
+ this.oPrefServ.QueryInterface(Components.interfaces.nsIPrefBranch);