RealRaven2000 / quickFilters

Thunderbird Add-on: quickFilters
http://quickfilters.quickfolders.org/
Other
49 stars 11 forks source link

Feature request: multiple rule choice when auto-creating a filter #46

Closed jakubstaszak-com closed 2 years ago

jakubstaszak-com commented 3 years ago

I've been using quickFilters for a short while now, and it has a potential to be really helpful. I definetly am missing one important feature: allowing multiple rules to be selected for auto-creating a new filter.

I often create filters based on some part of the subject AND sender's e-mail address. Possibility to only choose one, when creating a new filter, is definetly limiting.

Allowing multiple choices on that list would make this add-on much more functional in my opinion.

RealRaven2000 commented 3 years ago

you can do this (if you have a quickFilters license) in "advanced" options:

image

You can add conditions to "autofill" with the Custom Variables dropdown. I am using a similar placeholder syntax to what I do in my Add-on SmartTemplates. As an example it shows you how it can use the "From" field based on the mail address of the "from" mail header.

Note: As the target folder / other filter actions are being autofilled during filter creation, do not select this as the action. Since the filter must have at least one action I used "Set priority to Normal" as a placeholder, which hopefully should be fine.

In your case, you could then add "subject" and end with these 2 auto-filling conditions:

The resulting filter is going to be treated as a template (or additional choice) during the quickFilter assistant process to give you exactly the workflow you may need.

Also note that this filter template is stored in local folders, doesn't need to be activated and has to have the prefix "quickFilterCustomerTemplate: " in the name (this part is not shown in the template selection box but it important so that quickFilters finds it).

Next time you use the assistant you should see the new choice:

image