Hi,
I wrote a Greasemonkey script named: Gmail Unreads Summary a few days
ago, and I'll like to suggest this functionality for Labs. Basically,
it's a script that groups your unread emails by sender, and displays
the unread counts at the top of your Gmail inbox. Each group is also a
"quick link" that filters your email to show only the unread emails
sent by this sender. Please take a look at
http://www.winstonyw.com/2009/08/08/greasemonkey-script-gmail-unreads-summary/
for more details.
However, there are some limitations to this, since it's but a
Greasemonkey script that's only working on the client-side:
- Summary is only for the unread emails in the CURRENT VIEW, since I
am not able to get ALL unread emails in the Gmail account.
- Each "quick link" is a refresh of the browser, unlike the Quick
Links in Labs, which I believe uses ajax to refresh the view, and not
the entire browser.
Personally, I think this summary is great for people who practice GTD,
and like to keep their inbox clean. Therefore it might be a good
candidate for a Gmail Labs, should the two limitations be easily
solved at the server-side.
For your consideration please. Thank you!