RealRaven2000 / quickFilters

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

Filter based on IMAP flags? #154

Open mlsquires opened 1 year ago

mlsquires commented 1 year ago

When I programmatically fetch a message it has IMAP flags (e.g., Seen), including some that may be specific to a provider (e.g., "$IsNewsletter").

Is there a way to surface those in a filter?

RealRaven2000 commented 1 year ago

When I programmatically fetch a message it has IMAP flags (e.g., Seen), including some that may be specific to a provider (e.g., "$IsNewsletter").

How do you set those? Could you save an example in "eml" format and attach it here?