Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added beta/awsomeAutoArchive-0.91-tb68.xpi
Binary file not shown.
7 changes: 7 additions & 0 deletions src/content/autoArchive.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
@-moz-document regexp("chrome://(awsomeautoarchive|global|messenger)/content/.*") {
/* awsome_auto_archive-prefs -> .paneDeckContainer -> deck -> awsome_auto_archive-perfpane -> .content-box -> awsome_auto_archive-tabbox */

/* DF 2020-08-06 Added so that long rule lists scroll properly */
.dialog-content-box {
height: 100%;
overflow: auto;
}

#awsome_auto_archive-prefs {
min-width: 600px;
min-height: 500px;
Expand Down
8 changes: 4 additions & 4 deletions src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
"applications": {
"gecko": {
"id": "[email protected]",
"strict_min_version": "68.3",
"strict_max_version": "68.9"
"strict_min_version": "68.0",
"strict_max_version": "68.99"
}
},
"version": "0.9beta",
"version": "0.9.68beta-df",
"manifest_version": 2,
"name": "Awesome Auto Archive",
"description": "Automatically Archive/Copy/Delete/Move emails based on user defined rules",
"author": "Opera Wang",
"author": "Opera Wang, updates David Fiel",
"homepage_url": "https://github.com/wangvisual/autoArchive",
"legacy": {
"type": "bootstrap",
Expand Down