-
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.
- Loading branch information
1 parent
a64261d
commit d1add8e
Showing
1 changed file
with
29 additions
and
2 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,2 +1,29 @@ | ||
# identitychooser-mx | ||
A thunderbird mailextension for explicitely choosing the right sender identity before opening an email editor. | ||
# Identity Chooser MX for Mozilla Thunderbird | ||
|
||
Do you remember the first time you accidentally sent a work related | ||
email from your private email account? Identity Chooser helps you to | ||
prevent that. It makes choosing the sender address explicit: | ||
|
||
* Do you want to compose a new email? Identity Chooser forces you to | ||
choose the sender address first. | ||
|
||
* Do you want to forward an email? Identity Chooser forces you to | ||
choose the sender address first. | ||
|
||
To make it short: Every time you'll create a new message, Identity | ||
Chooser shows you a menu with all your identities. | ||
|
||
Everything in Identity Chooser is about making explicit choices. No | ||
automatisms, no defaults. | ||
|
||
And as a result you'll never send an email from the wrong email | ||
address again. | ||
|
||
## How to install | ||
|
||
Head over to [addons.thunderbird.net][ic-mx] to find the current | ||
version. Development releases might be available earlier in the | ||
[Releases] section on GitHub. | ||
|
||
[ic-mx]: https://addons.thunderbird.net/addon/identity-chooser/ | ||
[releases]: https://github.com/speedball2001/identitychooser-mx/releases |