Skip to content

Commit

Permalink
Support Thunderbird versions 41.0 and above
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilker Temir committed Jun 3, 2016
1 parent ac176ac commit 89ebe43
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion chrome/content/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@

const DB_NAME = 'thundersec.sqlite';
const API_URL = 'https://www.ilkertemir.com/thundersec/api/v1/';
const VERSION = '2.0.1';
const VERSION = '2.0.2';
// Send generic stats every two hours
const STAT_INTERVAL = 2*60*60*1000;
4 changes: 2 additions & 2 deletions install.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Description about="urn:mozilla:install-manifest">
<em:type>2</em:type> <!-- 2 : Extension -->
<em:id>thundersec@community</em:id>
<em:version>2.0.1</em:version>
<em:version>2.0.2</em:version>
<em:name>ThunderSec</em:name>
<em:description>Provides security features for Mozilla Thunderbird. These include DNSBL and RBL support, DKIM and SPF failure verifications. DNSBL support can be used to leverage Spamhaus, Abuse.ch and other DNSBL/RBL databases, including custom ones.</em:description>
<em:iconURL>chrome://thundersec/content/images/thundersec.png</em:iconURL>
Expand All @@ -15,7 +15,7 @@
<!-- Thunderbird -->
<em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id>
<em:minVersion>31.0</em:minVersion>
<em:maxVersion>39.0</em:maxVersion>
<em:maxVersion>49.0</em:maxVersion>
</Description>
</em:targetApplication>
<em:optionsURL>chrome://thundersec/content/options.xul</em:optionsURL>
Expand Down

0 comments on commit 89ebe43

Please sign in to comment.