Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/niols/thundermoderate
A Thunderbird plugin for mail moderation at the ENS.
https://github.com/niols/thundermoderate
Last synced: 15 days ago
JSON representation
A Thunderbird plugin for mail moderation at the ENS.
- Host: GitHub
- URL: https://github.com/niols/thundermoderate
- Owner: Niols
- Created: 2015-06-30T04:41:47.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-10T12:01:21.000Z (almost 9 years ago)
- Last Synced: 2023-02-26T17:12:05.852Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 19.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ThunderModerate
===============ThunderModerate is a thunderbird extension intended to ease moderation tasks at the ENS by adding a little toolbar on e-mails allowing to see and change the status of a mail using the webmodo API.
Installation
------------- Obtain the .xpi file for ThunderModerate (see the two sections below)
- Install it ([Add-ons and Extensions FAQ :: How do I install an add-on?](https://support.mozilla.org/en-US/kb/add-ons-and-extensions-faq#w_how-do-i-install-an-add-on))Download the .xpi
-----------------You can directly download the .xpi file from [the releases page](https://github.com/Niols/thundermoderate/releases).
Note that if you're using firefox, it will try to install it. You will have to force the download (right click > save link as).
Build the .xpi
--------------You can also build the .xpi file by yourself.
Clone (or download) the repository and run the make command in it. You must have the `zip` command available on your computer.
git clone https://github.com/Niols/thundermoderate
cd thundermoderate
makeYou should get a thundermoderate.xpi file.