--
~Michael Kizer
http://MichaelKizer.com
One example they give is using () to search like:
subject:(dinner OR movie)
Subject contains either dinner OR movie, and
subject:(dinner movie)
Subject contains dinner AND movie... The {} can simplify the top one to:
subject:{dinner movie}
Subject contains dinner OR movie
While this example isn't spectacular, it can quickly shorten a long
list of OR's into a simple list:
to:{me m...@domain1.com domain2.com root}
Finds messages sent to any of those 4 addresses; note that the
3rd is just the domain, so if it's to anyone in that domain it's
matched, and the 4th has no domain, so it's root@anything.