https://github.com/micz/ColumnsWizard
This is a Thunderbird addon that adds some magic to the folder list columns. Check the addon website for more info...
https://github.com/micz/ColumnsWizard
javascript thunderbird thunderbird-addon thunderbird-extension xul
Last synced: about 1 year ago
JSON representation
This is a Thunderbird addon that adds some magic to the folder list columns. Check the addon website for more info...
- Host: GitHub
- URL: https://github.com/micz/ColumnsWizard
- Owner: micz
- License: other
- Archived: true
- Created: 2013-12-17T21:04:33.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2022-11-25T20:58:02.000Z (over 3 years ago)
- Last Synced: 2024-08-01T16:47:34.774Z (almost 2 years ago)
- Topics: javascript, thunderbird, thunderbird-addon, thunderbird-extension, xul
- Language: JavaScript
- Homepage: http://micz.it/thunderdbird-addon-columnswizard/
- Size: 5.94 MB
- Stars: 23
- Watchers: 10
- Forks: 8
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
#  ColumnsWizard
ColumnsWizard is a Thunderbird addon that adds some magic to the folder list columns.
With this addon 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.
* Show hidden columns in the Conversation Tab and in the search window.
* Edit a mail header value for a single message.
This add-on is the original work of Micz (@Mic).



[](./LICENSE)

#
## Latest
v7.0.0 update for Thunderbird 68
New Locales:
ja, es-ES, ru, hu-HU, hy-AM, ko-KR, el, pl, da, pt-PT
## ColumnsWizard Add-On Installation
Normal install from Thunderbird Add-On site:
- Download and install from the add-on menu
- Within Thunderbird ``Tools\Add-ons`` search for 'ColumnsWizard' install and reload.
Install XPI directly:
- Download desired version package from the [XPI](xpi) folder.
- Within Thunderbird ``Tools\Add-ons`` click the gear icon and choose ``Install Add-ons From File..``
- Choose XPI file, install and reload.
## XPI Add-On Package Build instructions (WIP)
1. Have Node, npm, 7zip-min archiver installed and in PATH (used globally)
2. Open a terminal in the repository root dir
3. Using root level package.json and npm scripts now
4. Run ``npm run build-xpi-bat`` to make the xpi
Notes :
- ``install.rdf`` is used for TB60.*
- A ``manifest.json`` file is also introduced for testing in TB60+.
## Issues & Questions
Post any issues or questions for ColumnsWizard under [Issues](https://github.com/micz/ColumnsWizard/issues)
## Changelog
ColumnsWizard's changes are logged [here](CHANGELOG.md).
## Credits
Original Author: [Micz](https://addons.thunderbird.net/en-US/thunderbird/user/Micz/ "Micz")
Contributing Author: [cleidigh](https://addons.thunderbird.net/en-US/thunderbird/user/cleidigh/ "Cleidigh")
Locale Translations:
- English (en-US) : Micz (m@micz.it)
- Italian (it) : Micz (m@micz.it)
- French (fr) : Goofy
- German (de) : Axel Grude
- Chinese (zh-CN) : yfdyh000
- ja, es-ES, ru, hu-HU, hy-AM, ko-KR, el, pl, da, pt-PT : Google\Christopher