Differences between revisions 3 and 4
Revision 3 as of 2019-11-25 14:57:09
Size: 573
Editor: stroth
Comment:
Revision 4 as of 2020-09-10 13:24:05
Size: 0
Editor: stroth
Comment: Obsolete, was fixed in version 0.4.2
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= 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 [[attachment:sieve@mozdev.org.xpi]] built from commit 67d7b1c.

== How to build ==
{{{#!highlight bash numbers=disable
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/*
}}}