Differences between revisions 1 and 2
Revision 1 as of 2019-11-25 14:06:01
Size: 432
Editor: stroth
Comment:
Revision 2 as of 2019-11-25 14:38:21
Size: 554
Editor: stroth
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
Updates of Thunderbird sometimes break add-ons and it might take a while until a new stable release of a broken add-on is available. Updates of Thunderbird sometimes break add-ons and it might take a while until a new stable release of a broken add-on is available. If an intermediate version is available it will be provided here.
Line 5: Line 5:
 * Thunderbird 68.2.2+: [[Working build from commit 67d7b1c]]  * Thunderbird 68.2.2+: [[attachment:sieve@mozdev.org.xpi]] built from commit 67d7b1c
Line 8: Line 8:
{{{ {{{#!highlight bash numbers=disable

Thunderbird Sieve Add-on

Updates of Thunderbird sometimes break add-ons and it might take a while until a new stable release of a broken add-on is available. If an intermediate version is available it will be provided here.

Sieve Add-on

How to build

git clone https://github.com/thsmi/sieve.git
cd sieve
npm install
./node_modules/.bin/gulp addon:package
zip -9 -r sieve@mozdev.org.xpi build/*