How do I search for the emails that belong only to a specified label, and do not belong to any other labels.
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.
|
|
You can search for emails that belong to a specific label using the
syntax, and you can exclude messages from a specific label using the
syntax. So what you want can be accomplished using a combination of these both. You have to compose a search string containing a "-label:mylabel" for all the labels that you have defined, except for the one you are looking for, like this:
|
|||||||||||
|