Tell me more ×
Web Applications Stack Exchange is a question and answer site for power users of web applications. It's 100% free, no registration required.

I've actually 2 questions.

The first one, simplier: is it still possible to create filter manyally with a boolean string or we have to use the filter tool (the form it comes out when you create or modify a filter).

.

Second one: I've a filter which puts all messages coming from "work@mywork.com" in a "work" folder. Let's call it WORKFILTER. Great, it works!

I want to put some of them in a subfolder "work/subfolder1" but NOT to give them the "work" label. (only work/subfolder label).

Is it possible to do that ONLY with a second filter (let's call that SUBFOLDERFILTER) in which I declare to archive the message coming from "subfolder@address.com" with the label "work/subfolder1" but NOT with "work" label?

something like:

from:(subfolder@address.com) label:"work/subfolder1" AND NOT(label:"work")

Or I forcely have to modify the WORKFILTER specifying to archive in "work" folder all the message coming from "work@mywork.com" BUT NOT the ones coming from "subfolder@address.com"?

share|improve this question

1 Answer

up vote 2 down vote accepted

First part: yes you can start from the search box and then when you see the results use More/Create Filter.

Second Part: The problem is that that if you include the phrase "label" in the search string and try to make the filer you will get the forllowing warning.

Filter searches containing "label:", "in:", "is:", or stars criteria (i.e. "has:yellow-star") are not recommended as they will never match incoming mail.

Do you still wish to continue to the next step?**

I have seen nothing that allows you to order the filters, or tell it to stop processing other filters if this one is applied. These types of rules/actions are typically seen in other email systems. Remember the strength of the labels is the ability to file a conversation under multiple labels, so telling it to ignore other rules isn't an action that is needed very often.

The two filter method will work, If it comes from address 1 give it one label. If it comes from the second address then give it label 2. You can even use the not to make sure that only those from address 1 go to label 1.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.