Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kgraefe/thunderbird-autotag
Copy keywords from thread parent in Thunderbird
https://github.com/kgraefe/thunderbird-autotag
keywords tags thunderbird
Last synced: 14 days ago
JSON representation
Copy keywords from thread parent in Thunderbird
- Host: GitHub
- URL: https://github.com/kgraefe/thunderbird-autotag
- Owner: kgraefe
- Created: 2018-02-28T15:43:06.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2023-10-12T06:29:50.000Z (about 1 year ago)
- Last Synced: 2024-08-01T16:47:02.224Z (3 months ago)
- Topics: keywords, tags, thunderbird
- Language: JavaScript
- Size: 7.81 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Thunderbird Autotag
This filter automatically copies keywords from the previous message in a
thread.It is based on a [Bug Bounties][1] resolution, but with some changes to make it
work nowadays.[1]: https://bountify.co/thunderbird-plug-in-for-auto-tag-messages-based-on-previous-message-in-thread
## How to use
1. Install the [FiltaQuilla Add-on][2].
2. After installation, check the `JavaScript Action` mark in the `Filter
Actions` tab of the add-on settings.
3. Restart Thunderbird.
4. Create a new filter:
- Tick the `Checking mail` condition, make sure to select `After
classification`.
- Tick `Periodically, every 10 minutes`
- In actions, select `JavaScript Action` and paste the contents of
[autotag.js](autotag.js) into the JavaScript editor.## Notes
- Tested with Thunderbird 115.3.1 and FiltaQuilla 4.0b2
- The easiest debugging method is logging to the error console (`Menu -> Extras
-> Developer Tools -> Error Console`) using the `console.log()` function.[2]: https://github.com/RealRaven2000/FiltaQuilla