Search Gmail: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
No edit summary |
||
| Line 33: | Line 33: | ||
== Goodies == | == Goodies == | ||
* [[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) | * [[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) | ||
* [http://code.google.com/p/gmail-greasemonkey/ gmail-greasemonkey - Google Code]: Saved Searches | |||
== 相關文章 == | |||
* [http://www.chunmin.com/archives/58 《純敏達康》 » Firefox + GreaseMonkey:Gmail 弄鬼弔猴術] | |||
[[Category:Email]] [[Category:Google]] [[Category:Search]] | [[Category:Email]] [[Category:Google]] [[Category:Search]] | ||
Revision as of 14:00, 28 March 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 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
- MozillaFirefox with GreaseMonkey User script: lukebaker.org » Persistent Persistent Searches (last visited: February 22, 2006)
- gmail-greasemonkey - Google Code: Saved Searches