Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

What is the function for "Run Filters on Message"?

  • 3 replies
  • 0 have this problem
  • 144 views
  • Last reply by ed.rogers
  • Solved

I am looking for a simple one-click or keyboard shortcut way of running all filters on the selected message.

I've tried different filter extensions and had no luck.

So I have installed 'tbkeys' extension so I can create my own shortcuts. Now I just need to know the name of the function that is called from "Tools">"Run Filters on Message".

It will be something like "MsgApplyFilters" (that one doesn't work).

Thanks

Ed

I am looking for a simple one-click or keyboard shortcut way of running all filters on the selected message. I've tried different filter extensions and had no luck. So I have installed 'tbkeys' extension so I can create my own shortcuts. Now I just need to know the name of the function that is called from "Tools">"Run Filters on Message". It will be something like "MsgApplyFilters" (that one doesn't work). Thanks Ed

Chosen solution

Hello

https://github.com/wshanks/tbkeys#command-syntax 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

Try cmd_applyFiltersToSelection

Read this answer in context 👍 1

All Replies (3)

Chosen Solution

Hello

https://github.com/wshanks/tbkeys#command-syntax 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

Try cmd_applyFiltersToSelection

From this topic: http://forums.mozillazine.org/viewtopic.php?p=10267973#p10267973

add the z (or another letter) shortcut to tbkeys-lite as in the picture.

"z": "cmd:cmd_applyFiltersToSelection"

Thanks both for the quick responses. That did it, and now I know where to look for further commands.