This add-on adds a Send & Archive action to Thunderbird compose windows.
- Shows a
Send & Archivebutton in the compose toolbar. - Adds the shortcut
Ctrl+Shift+Enter. - Works for reply, reply-all, and forward compose windows.
- Archives the original message only after send succeeds.
- This extension was created by me for personal use only.
- It is not officially supported.
- It will only be updated when I personally see a need.
- Everyone is welcome to contribute if they want.
- The add-on reads
relatedMessageIdfrom compose details. - It calls
compose.sendMessage(...)first. - Only if sending resolves successfully does it call
messages.archive(...).
- Releases follow semantic versioning (
MAJOR.MINOR.PATCH). - Release commit messages follow semantic-release style (Conventional Commits), for example:
chore(release): 1.0.2.
Create an installable .xpi automatically:
./scripts/package.shThis produces a file in dist/ named from the manifest version, for example:
dist/send-and-archive-1.0.2.xpi
- Open Thunderbird.
- Go to Add-ons and Themes.
- Click the gear menu and choose Install Add-on From File....
- Select the generated
.xpifile fromdist/.
This project is licensed under the MIT License. See LICENSE.