Skip to content
This repository was archived by the owner on Nov 21, 2023. It is now read-only.

Commit 0134bd8

Browse files
committed
Original v6.1.1 baseline (beta1)
1 parent f302aa6 commit 0134bd8

File tree

7 files changed

+40
-5
lines changed

7 files changed

+40
-5
lines changed

.vscode/tasks.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
{
77
"label": "Build TB Extension",
88
"type": "shell",
9-
"command": ".\\scripts\\build-60-65-xpi.bat",
9+
"command": ".\\scripts\\build-xpi.bat",
1010
"group": {
1111
"kind": "build",
1212
"isDefault": true

scripts/build-xpi.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
call jpm xpi --dest-dir ./xpi --addon-dir ./src
2-
call 7z d .\xpi\columns-wizard-6.1.1-tb.xpi bootstrap.js
3-
call 7z a .\xpi\columns-wizard-6.1.1-tb.xpi ./src/manifest.json
2+
call 7z d .\xpi\columns-wizard-6.1.1-beta1-tb.xpi bootstrap.js
3+
call 7z a .\xpi\columns-wizard-6.1.1-beta1-tb.xpi ./src/manifest.json

src/.jpmignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
package.json
2+
.*

src/install.rdf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
<Description about="urn:mozilla:install-manifest">
55
<em:id>columnswizard@micz.it</em:id>
66
<em:type>2</em:type>
7-
<em:version>6.1.1alpha</em:version>
7+
<em:version>6.1.1-beta1</em:version>
88
<em:name>ColumnsWizard</em:name>
99
<em:description>Adds some magic to the folder list columns! You can add a custom column directly from the addon preference window to show any mail header you want, define the default columns settings for any new folder and show hidden columns in the Conversation Tab and in the search window.</em:description>
1010
<em:iconURL>chrome://columnswizard/skin/mzcw-icon.png</em:iconURL>
1111
<em:icon64URL>chrome://columnswizard/skin/mzcw-icon64.png</em:icon64URL>
1212
<em:creator>Mic (m@micz.it)</em:creator>
13-
<em:contributor></em:contributor>
13+
<em:contributor>cleidigh</em:contributor>
1414
<em:optionsURL>chrome://columnswizard/content/mzcw-settings.xul</em:optionsURL>
1515
<em:localized>
1616
<Description>

src/manifest.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"manifest_version": 2,
3+
"name": "ColumnsWizard",
4+
"version": "6.1.1-beta1",
5+
"description": "",
6+
"author": "Mic (m@micz.it), Christopher Leidigh",
7+
"applications": {
8+
"gecko": {
9+
"id": "columnswizard@micz.it"
10+
}
11+
},
12+
"legacy": {
13+
"options": {
14+
"page": "chrome://columnswizard/content/mzcw-settings.xul",
15+
"open_in_tab": false
16+
}
17+
}
18+
}

src/package.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"title": "ColumnsWizard",
3+
"name": "columns-wizard-6.1.1-beta1-tb",
4+
"version": "6.1.1-beta1",
5+
"description": "Add additional folder columns",
6+
"main": "./chrome/content/mzcw-overlay.js",
7+
"author": "Micz, Christopher Leidigh",
8+
"engines": {
9+
"": ">=38.0a1"
10+
},
11+
"license": "MPLv2",
12+
"keywords": [
13+
"jetpack"
14+
]
15+
}
77.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)