mkiol / GNotifier

Thunderbird add-on that replaces built-in notifications with the OS native notifications
https://addons.mozilla.org/thunderbird/addon/gnotifier/
GNU General Public License v3.0
164 stars 25 forks source link

[thunderbird] Add Icedove support #71

Closed paretje closed 8 years ago

paretje commented 8 years ago

Would it be possible to add support for Icedove? I just tested, and it works alright when I add tests for Icedove for the 1.9.1-pre3 xpi.

I tried editing the source code, but I couldn't create an xpi for it. For example, I didn't find the options.xul, or does it need to be generated? Anyway, the changes are quite trivial.

mkiol commented 8 years ago

Sure. Support for Icedove is added in 54508b9 commit.

I tried editing the source code, but I couldn't create an xpi for it. For example, I didn't find the options.xul, or does it need to be generated?

Yes, options.xul and other files form XPI are generated. I am using cfx tool from Add-on SDK to do that.

paretje commented 8 years ago

Thanks!