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

Cuireadh an snáithe seo sa chartlann. Cuir ceist nua má tá cabhair uait.

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

  • 3 fhreagra
  • 0 leis an bhfadhb seo
  • 2 views
  • Freagra is déanaí ó ed.rogers

more options

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

Réiteach roghnaithe

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)

more options

Réiteach Roghnaithe

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

more options

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"

more options

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