-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
{ | ||
"manifest_version": 2, | ||
"name": "__MSG_extensionName__", | ||
"version": "10.1.0-b9", | ||
"version": "11.0", | ||
"description": "__MSG_extensionDescription__", | ||
"author": "Christopher Leidigh", | ||
"applications": { | ||
"gecko": { | ||
"id": "[email protected]", | ||
"strict_min_version": "91.0", | ||
"strict_max_version": "93.0" | ||
"strict_max_version": "94.0" | ||
} | ||
}, | ||
"experiment_apis": { | ||
|
8ccca8f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I downloaded the importexporttools_ng-10.0.4-tb.xpi add-on, editing the manifest.json file as indicated.
In this way it was possible to install it without Thunderbird (v. 91.2.0 64 bit.) reporting its incompatibility but it doesn't work.
No item appears in the tools menu and therefore it is not possible to access the add-on options.
8ccca8f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What are you doing? v10.0.4 is not compatible with 91+. Only the released v11.0. The limits in the manifest of v10.0.4 are there for a reason.
8ccca8f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
From where can I download v11.0 xpi file?
I downloaded version 10.1.0-b9.
The menu items appear but the file name format setting is ignored when I try to save the emails.
All settings in Options seem ignored.
Furthermore, sometimes when Thunderbird restarts, the addon seems to have disappeared.
8ccca8f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
https://github.com/thundernest/import-export-tools-ng/releases/tag/v11.0
8ccca8f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you find issues in v11, please open a new dedicated issue. Let's get off this unrelated commit.