Filter on phrase in newest mail in thread.

Discussion of general topics about Mozilla Thunderbird
Post Reply
T4ng10r
Posts: 17
Joined: April 30th, 2016, 4:34 am

Filter on phrase in newest mail in thread.

Post by T4ng10r »

Hi,
Most of the time I'm working with mail in multiple threads. I would like to be alerted each time mail in NEW THREAD with specific sentence/phrase appear. Simple filter with 'Body' contain 'phrase' doesn't work. Further mail in thread contain all previously sent mail contents - so each time NEW MAIL in OLD THREAD appear this filter is activated.
For a moment I thought of using regex (like in FiltaQuila) to catch this phrase ONLY in new mail - like ^.*phrase.*<signature of new mail/topic/subject>.
Is there a better way to do it?

Example:
Raise alert when this mail arrive

Code: Select all

Hi, take a look at new project. Team UI design, check.
....
more mails with previous discussion
-----
Do not raise alert

Code: Select all

Discusion about UI details, Suggestion ...
----
old mail 1 content
----
old mail 2 content
----
Team UI design, check
Post Reply