Թողարկում
Installation via "Thunderbird Add-ons and Themes"
Minimum Thunderbird Version
This add‑on supports Thunderbird 128 ESR or newer. Older versions are not supported.
This is the recommended installation method. Add‑ons installed from ATN (addons.thunderbird.net) receive automatic updates. LOCAL/dev installs do not auto‑update.
- Minimum Thunderbird version: 128 ESR or newer.
- In Thunderbird, go to Tools > Add-ons and Themes.
- Search for "reply with attachments".
- Add the add-on.
Or open the add‑on page directly: Thunderbird Add‑ons (ATN)
Manual installation from XPI
Download the XPI file
- Go to the Thunderbird Add‑on page.
- Download the latest version of the add-on as an XPI file (
reply_with_attachments-x.y.z-tb.xpi
).
Install in Thunderbird
- Open Thunderbird.
- Go to Tools > Add-ons and Themes.
- In the Add-ons Manager, click the gear icon in the top-right corner.
- Choose Install Add-on From File… from the menu.
- Select the downloaded
reply_with_attachments-x.y.z-tb.xpi
file. - Confirm the installation when prompted.
Installation for development
Download the repository
- Download the latest version of the GitHub repository.
- Run
make help
for more information.
Install in Thunderbird
- Open Thunderbird.
- Go to Tools > Add-ons and Themes.
- In the Add-ons Manager, click the gear icon in the top-right corner.
- Choose Install Add-on From File… from the menu.
- Select the generated file
yyyy-mm-dd...reply-with-attachments-plugin-LOCAL.zip
. - Confirm the installation when prompted.
Note: If Thunderbird does not accept the .zip
on your system, rename it to .xpi
and try “Install Add‑on From File…” again.
Where to find the LOCAL ZIP
- First, package the add‑on: run
make pack
in the repository root. - After packaging, find the “LOCAL” zip in the repository root (e.g.,
2025-..-reply-with-attachments-plugin-LOCAL.zip
). - Before re‑packaging for testing, bump versions in both
sources/manifest_ATN.json
andsources/manifest_LOCAL.json
.
Disable, Uninstall, and Updates
- Disable: Thunderbird → Tools → Add‑ons and Themes → find the add‑on → toggle off.
- Uninstall: same view → three‑dot menu → Remove.
- Updates: ATN installs auto‑update when new versions are approved. LOCAL/dev installs do not auto‑update; reinstall a new LOCAL build manually.
- Remove settings completely: see Privacy → Data removal.
See also