Thunderbird Extension Custom Sender Address and Reply
Overview
The Thunderbird extension Custom Sender Address and Reply
(Cusedar for short) is a merge of
Flexible Identity
and
Reply as Original Recipient
with new features added.
Cusedar allows the user to define custom “From”-addresses based
on the recipient mail address. Either by defining rules in the extension
options, or in the address book.
In addition, when replying to a mail the extension can check the “To”-address
of the received mail and with a regular expression match this
address is used as the new “From”-address. Thus ensuring you always reply with
the correct identiy.
Features
- Custom “From”-address based on rules
- Custom “From”-address based on address book lookup (“Custom 3” entry)
Supported Formats: “mail@domain.ext”, “sendername <mail@domain.ext>” - For replies use “To”-address as “From”-address, based on regular expression match
Installation
Installation methods
There are various installation methods available, depending on your needs
and preferences.
They are sorted in the following by their likelyhood, i.e. when you’re unsure
select the first one you feel comfortable with.
Please be aware that Cusedar and Flexible Identity will compete about the
same controls, because they are akin.
So expect trouble when you have both extensions installed, which is
strongly discouraged.
Install from Thunderbird Add-On Site
Find it here:
https://addons.thunderbird.net/en-US/thunderbird/addon/custom-sender-address-reply/
Download prepared package
Head over to the release page:
https://github.com/sd2k9/cusedar/releases
And fetch the provided xpi.bin file.
After you renamed it to .xpi (otherwise Firefox blocks the download)
you can install it manually in Thunderbird (Add-On Manager, Install Add-On from file).
Create own package
- Download or clone this extension
- Change into the directory
- (Optional when you made local changes)
git clean -i -x - zip -r -9 ../cusedar-VERSIONNUMBER-tb.xpi . --exclude .git/\*
Local installation
For a local installation create a file named
your_thunderbird_profile/extensions/cusedar@sethdepot.org
with it’s only content being the path where you downloaded or cloned
this extension.
This is the perfect starting point for your own modifications.
Update from Flexible Identity
- Close Thunderbird, when it’s currently running
- Open file prefs.js in your Thunderbird profile (make a backup),
replace text “extensions.fid.” with “extensions.cusedar.” - Rename file “flexible-dentity.json” to “extension-cusedar.json” in your Thunderbird profile
- Start Thunderbird
- Uninstall Flexible Identity
- Install Cusedar
License and Origin
The original source code files are licensed under different licenses
- Flexible Identity version 1.0.4: GNU General Public License, version 3.0
- License text: LICENSE-gpl-3.0.md
- Imported with commit ff698df03c231f80c3f505aedafde49a78c6aeb3
- Thunderbird Plugin page: https://addons.mozilla.org/en-US/thunderbird/addon/flexible-identity/
- Filename: flexible_identity-1.0.4-sm+tb.xpi
- Reply as Original Recipient version 1.0: Mozilla Public License, version 2.0
- License text: LICENSE-mpl-2.0.txt
- Imported with commit 71902534890f1add9646027c2a714cafd840aa89
- Homepage: http://blog.qiqitori.com/?p=194
- Thunderbird Plugin page: https://addons.mozilla.org/en-US/thunderbird/addon/reply-as-original-recipient/
- Filename: reply_as_original_recipient-1.0-tb.xpi
All changes afterwards are dual-licensed under both GNU General Public License version 3.0 and Mozilla Public License version 2.0 .
Author
- Flexible Identity
Paul Kolomiets - Reply as Original Recipient
Qiqitori - Custom Sender Address and Reply
Copyright (C) 2017-2019 Robert Lange
If you have any questions, just write me or create an issue (see below).
Web Links
- Homepage
https://sd2k9.github.io/cusedar/ - Repository
https://github.com/sd2k9/cusedar - Issue tracker
https://github.com/sd2k9/cusedar/issues