bump *minVer* to 7.0

ctypes-utils.jsm was modified to handle Components.utils.unload, introduced in
Gecko 7.0. It would be too costly to try to mainain an addon that would work
for all versions from 4.0 to current. This could be achieved though with
multiple entries in chrome.manifest:
resource firetray modules-4.0/ appversion<7.0
resource firetray modules-7.0/ appversion>=7.0
but would force us to maintain 2 versions of the same files... (preprocessor
pointless)
This commit is contained in:
foudfou 2012-04-02 13:07:59 +02:00
parent f5e56dab81
commit d07c2a5ee5
2 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@
<em:targetApplication>
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> <!-- Firefox -->
<em:minVersion>4.0</em:minVersion>
<em:minVersion>7.0</em:minVersion>
<em:maxVersion>12.0a1</em:maxVersion>
</Description>
</em:targetApplication>
@ -26,7 +26,7 @@
<em:targetApplication> <!-- Thunderbird -->
<Description>
<em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id>
<em:minVersion>3.3a1pre</em:minVersion>
<em:minVersion>7.0</em:minVersion>
<em:maxVersion>12.0a1</em:maxVersion>
</Description>
</em:targetApplication>

View File

@ -35,7 +35,7 @@ firetray.Messaging = {
// there is no means to detect account-removed event
this.cleaningTimer = firetray.Utils.timer(firetray.Messaging.cleanExcludedAccounts,
FIRETRAY_DELAY_PREF_CLEANING_MILLISECONDS, Ci.nsITimer.TYPE_REPEATING_SLACK);
F.WARN(this.cleaningTimer+"="+FIRETRAY_DELAY_PREF_CLEANING_MILLISECONDS);
F.LOG(this.cleaningTimer+"="+FIRETRAY_DELAY_PREF_CLEANING_MILLISECONDS);
let that = this;
MailServices.mailSession.AddFolderListener(that.mailSessionListener,