-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
changes by Grzegorz Kubiak to support TB 68
- Loading branch information
1 parent
8400318
commit 7cef1e0
Showing
3 changed files
with
28 additions
and
7 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,7 +1,9 @@ | ||
content filter_button chrome/content/ | ||
skin filter_button classic/1.0 skin/ | ||
overlay chrome://messenger/content/messenger.xul chrome://filter_button/content/filter_button.xul | ||
overlay chrome://global/content/customizeToolbar.xul chrome://filter_button/content/filter_button.xul | ||
overlay chrome://messenger/content/FilterEditor.xul chrome://filter_button/content/filter_editor_overlay.xul | ||
locale filter_button en-US chrome/locale/en-US/ | ||
locale filter_button de-DE chrome/locale/de-DE/ | ||
content filter_button chrome/content/ | ||
|
||
overlay chrome://messenger/content/messenger.xul chrome://filter_button/content/filter_button.xul | ||
overlay chrome://global/content/customizeToolbar.xul chrome://filter_button/content/filter_button.xul | ||
overlay chrome://messenger/content/FilterEditor.xul chrome://filter_button/content/filter_editor_overlay.xul | ||
|
||
skin filter_button classic/1.0 skin/ | ||
|
||
locale filter_button en-US chrome/locale/en-US/ |
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
EmptyButtonLabel=No Filter | ||
MultipleFiltersButtonLabel=Filter... | ||
NoFilterTooltip=Create a manual filter for this message | ||
FilterTooltip=Run this filter on this message | ||
MultipleFiltersTooltip=Select a filter to run on this message |
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"manifest_version": 2, | ||
"name": "Filter Button", | ||
"version": "1.2", | ||
"description": "adds a Filter Button to the message toolbar", | ||
"author": "Christoph Kaser, IconParc GmbH with modifications for TB 68.0 by Grzegorz Kubiak", | ||
"legacy": true, | ||
"applications": { | ||
"gecko": { | ||
"id": "filter_button@iconparc.de", | ||
"strict_min_version": "60.0" | ||
} | ||
} | ||
} |