gmail filter to read only unread messages
One of the nice features of GMail is the advanced search. These are basically a set of commands or operators that perform special actions. The problem is I tend to forget about them so this post is more for my purpose than anyone else's.
So after going through the docs I got this to find all my unread messages in my inbox via the following in the search box
1label:inbox is:unread
Find all of them at http://mail.google.com/support/bin/answer.py?hl=en&answer=7190
| Tweet |
| If you like what you see on the website and/or this post has helped you out in some way please consider donating to help keep me in beer vodka. The donations are made through Paypal, which accepts almost any credit card or eCheck. |
http://mail.google.com/mail/?search=query&q=is...
i.e., is:unread -label:whatever
This shows all unread email except that labeled "whatever".