Differences between revisions 2 and 3
Revision 2 as of 2019-11-25 14:38:21
Size: 554
Editor: stroth
Comment:
Revision 3 as of 2019-11-25 14:57:09
Size: 573
Editor: stroth
Comment:
Deletions are marked like this. Additions are marked like this.
Line 4: Line 4:
== Sieve Add-on ==
 * Thunderbird 68.2.2+: [[attachment:sieve@mozdev.org.xpi]] built from commit 67d7b1c
== Pre-built Sieve Add-on ==
For Thunderbird 68.2.2+, download [[attachment:sieve@mozdev.org.xpi]] built from commit 67d7b1c.
Line 7: Line 7:
=== How to build === == How to build ==

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.

Pre-built Sieve Add-on

For Thunderbird 68.2.2+, download sieve@mozdev.org.xpi built from commit 67d7b1c.

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/*