jonasbits / PennyPostTB

PennyPostTB is a Thunderbird Extentions and developed under http://www.gnu.org/licenses/quick-guide-gplv3.html GPLv3
http://pennypost.sourceforge.net/
10 stars 0 forks source link

Updated to TB 16 and made verification icon smaller #4

Closed ghost closed 11 years ago

ghost commented 12 years ago

install.rdf changed slightly to allow install to 16.*: I tested it on 16.0.2 and it worked pretty well.

Would love to see an option to disable the icon entirely, and to see it placed far better than it is, or perhaps displayed on the email and not among the headers. Still, this change includes a minor edit to the xml to make the icon smaller.

jonasbits commented 11 years ago

there was a change in the API, now this needs to be called in the ppost.js getJarPath function.

Components.utils.import("resource://gre/modules/AddonManager.jsm");

read more on https://developer.mozilla.org/en-US/docs/Addons/Add-on_Manager/Code_Samples