Search Gmail: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 22: | Line 22: | ||
Spam | Spam | ||
* Spam unread --> | * Spam unread --> | ||
** in:spam before:2007/5/1 (means the spam older than 2007/5/1) | |||
** in:spam is:unread | ** in:spam is:unread | ||
** in:spam is:unread after:yesterday (means latest spam :P) | ** in:spam is:unread after:yesterday (means latest spam :P) | ||
| Line 32: | Line 33: | ||
== Goodies == | == Goodies == | ||
* [http://code.google.com/p/gmail-greasemonkey/ gmail-greasemonkey - Google Code]: Saved Searches | * [http://code.google.com/p/gmail-greasemonkey/ gmail-greasemonkey - Google Code]: Saved Searches | ||
** alternative script: [[MozillaFirefox]] with [[GreaseMonkey]] User script: [http://lukebaker.org/archives/2005/05/25/persistent-persistent-searches/ lukebaker.org » Persistent Persistent Searches] (last visited: February 22, 2006) | |||
Revision as of 16:45, 7 May 2007
Label --> Query operators
Query operators
- Attachments --> has:attachment
Time related
- Today --> after:yesterday (Due to the search "after:today" was not completed to cover all emails today, I suggest you use after:yesterday)
- Last Week --> after:oneweekago
Focus some labels / Cluster with some labels
- My Focus --> (label:label_a OR label:label_b)
- focus on the letters with the labels: label_a or label_b
- My Focus (new) --> (label:label_a OR label:label_b) is:unread
- focus on the new letters with the labels: label_a or label_b
- Tentative --> in:anywhere subject:keywords
- It will perform the keywords' search in all email box include the spam and trash
Spam
- Spam unread -->
- in:spam before:2007/5/1 (means the spam older than 2007/5/1)
- in:spam is:unread
- in:spam is:unread after:yesterday (means latest spam :P)
- inbox spam
- specified language: using the stop word to filter
- more... see Gmail: Help Center - How do I use Advanced Search?(中文說明: 如何使用進階搜尋?) (last visited: February 22, 2006)
Goodies
- gmail-greasemonkey - Google Code: Saved Searches
- alternative script: MozillaFirefox with GreaseMonkey User script: lukebaker.org » Persistent Persistent Searches (last visited: February 22, 2006)