08-30-2024 02:02 AM
Nice to have:
Right click on a message - create filter from / filter messages like these
Click on an email address - find all emails with/from this address
When adding a custom filter - allow user to create new tags/folders from the filter window instead of going back to some obscure settings subsection somewhere.
Since this is an email client, make it easy to share feedback by emailing some sort of address like tb-feedback@mozilla.org or something from the help -> feedback menu .
just my 2c
08-30-2024 02:34 AM - edited 08-30-2024 02:50 AM
Hello
About, Right click on a message - create filter
If you'd like to try, tbkeys-lite https://addons.thunderbird.net/thunderbird/addon/tbkeys-lite
Installing an Add-on in Thunderbird https://support.mozilla.org/en-US/kb/installing-addon-thunderbird
Enter the add-on's name tbkeys-lite or enough of it to limit the search results returned to a manageable number and press Enter or click the magnifying glass icon.
For example, i've added and precision f it's my choice for demonstration, of course, you have your choice
{
"f": "cmd:cmd_createFilterFromMenu"
}
And at the bottom of tbkeys-lite, Save settings
On a selected message if i type f, then, Organize Your Messages by Using Filters https://support.mozilla.org/en-US/kb/organize-your-messages-using-filters open
https://github.com/wshanks/tbkeys
Most command names can be found in the main command set file of the Thunderbird source code
https://hg.mozilla.org/comm-central/file/tip/mail/base/content/mainCommandSet.inc.xhtml
<command id="cmd_createFilterFromMenu" oncommand="goDoCommand('cmd_createFilterFromMenu')"/>