Message in my Inbox are displayed as a Thread, how can I create a filter rule that says 'Match this condition for the root message and look out for any messages that should be threaded to this one" ?
I think an example is easier to see what I mean.
I've received a message for
sales@mydomain
Subject: Purchase
Emails adressed to sales@ are received by both my POP3 mailbox and my collegues.
He's replied and the customer has replied to his reply. So in my inbox I get (pseudo code)
What I'd like to do is create a filter that looks out for messages to:sales@mydomain and moves them to a Sales folder (easy to do), but which also will realise that the other two messages are threaded to this message and thus should be moved to.
Currently the first message is moved and the other two are left orphaned.
I think an example is easier to see what I mean.
I've received a message for
sales@mydomain
Subject: Purchase
Emails adressed to sales@ are received by both my POP3 mailbox and my collegues.
He's replied and the customer has replied to his reply. So in my inbox I get (pseudo code)
| Code |
|---|
[-]to:sales@mydomain-subject:Purchase-from:customer [-]to:customer-subject:Re:Purchase-from:salesman to:salesman-subject:Re:Purchase-from:customer |
What I'd like to do is create a filter that looks out for messages to:sales@mydomain and moves them to a Sales folder (easy to do), but which also will realise that the other two messages are threaded to this message and thus should be moved to.
Currently the first message is moved and the other two are left orphaned.