wangvisual / autoarchive

A Thunderbird extension that can move or archive your mails based on rules.
GNU General Public License v3.0
41 stars 13 forks source link

fix str not defined #100

Closed dugite-code closed 6 years ago

dugite-code commented 6 years ago

When setting Preferences from git build on TB 60 The following error is thrown:

Caught Exception ReferenceError: str is not defined
setPerf@chrome://awsomeautoarchive/content/autoArchivePref.jsm:83:13
acceptPerfWindow@chrome://awsomeautoarchive/content/autoArchivePrefDialog.jsm:569:33
anonymous@chrome://global/content/bindings/dialog.xml line 407 > Function:3:8
_fireButtonEvent@chrome://global/content/bindings/dialog.xml:408:28
_doButtonCommand@chrome://global/content/bindings/dialog.xml:376:28
_handleButtonCommand@chrome://global/content/bindings/dialog.xml:364:18
openOption@chrome://awsomeautoarchive/content/autoArchive.jsm:185:5
createPopup/<@chrome://awsomeautoarchive/content/autoArchive.jsm:232:82
wangvisual commented 6 years ago

Thanks for the fix.