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'm trying to find mails that have one address in the recipients but another not in it.

I'm trying things like from:[email protected] and not from:[email protected] and from:([email protected] and not [email protected])

None of them work, and I can't find a good help page about boolean operators either.

Anyone has any idea?

share|improve this question
Actually, your search doesn’t make much sense—you can’t receive an email from more than one recipient, so form: someone but-not-from: someone else can’t really work. You are probably trying to search for emails that were sent only to a restricted group of recipients. – Alex Sep 24 '12 at 12:29

2 Answers

The 'or' function in Gmail is represented by 'OR,' and the 'not' function is represented by a minus (-). You also can use quotes (" ") to specify an exact phrase.

From the Gmail help page on Boolean operators.

share|improve this answer
And the AND operator? Does just adding 2 restrictions make it an AND by default? – Steven Roose Sep 24 '12 at 12:15

For not in google use "-" like so:

from:[email protected] [email protected]

share|improve this answer
from:[email protected] doesn't seem to work for me when there are multiple messages in the same "conversation". Since SOME of those messages were NOT from [email protected], it consider it a match and moves the ENTIRE conversation, even though one of the messages WAS from [email protected] so I would like the entire conversation to stay in the inbox... It's really tricky when Gmail tries to group things into conversations based on message similarity of subject/body! I wish the REPLIES to these messages could show up in my inbox even though the ORIGINALS got archived... – Tyler Rick Dec 27 '12 at 18:36

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.