Showing posts with label gmail. Show all posts
Showing posts with label gmail. Show all posts

May 4, 2009

GMail Notifier for Ubuntu Jaunty 9.04 notification


The growl-like new notification style in Ubuntu Jaunty 9.04 is really fancy in my opinion. Today I just discovered this tiny application Gmail Notifier that can fully integrate with the new notification (checkgmail can't...yet).

However, compared to other notification application like checkgmail, there is limited functions in this gmail notifier. So it's your choice, better features (like monitoring a certain label) or fancy interface.

Check it out...
https://launchpad.net/gm-notify

Downloads
https://launchpad.net/gm-notify/+download

Mar 30, 2009

Mail notification for Mutt (and Gmail, Thunderbird, and etc)

I've introduced basic configuration for Mutt in recent posts. But we still have a problem: how do I get notified when I have new mail?

Gmail users might also have similar problem. We certainly don't want to login to Gmail every 2 minutes. Of course gtalk can solve this problem. But what if one has several Gmail accounts, or even have Gmail AND Yahoo accounts? (If you don't use Mutt, you can directly go to the Mail Notification part)

First, we need to let fetchmail to download new mails every, say, 5 minutes. This could be done by setting up a crontab job. Edit the crontab list in your terminal:

crontab -e


Then add the following line.

*/5 * * * * fetchmail -v >/dev/null


"*/5" means fetchmail will run every 5 minutes, and the part after ">" means there won't be any output.

OK, now fetchmail will download your emails automatically.

Mail Notification

The extra software you need to install is Mail-Notification.

sudo apt-get install mail-notification


You can run it from System -> Preference -> Mail Notification. In the Mailbox list, you can add your Mutt's mbox type mailboxes. Remember to check "Auto start Mail Notification upon session opening". Now once there is new mail in your mailboxes, a notification will appear in the status area.



Note that "Mail Notification can monitor multiple mailboxes concurrently, and supports Evolution, Gmail, IMAP, Maildir, mbox, MH, Mozilla products (Mozilla, SeaMonkey, Thunderbird, …), POP3, Sylpheed, Windows Live Hotmail and Yahoo! Mail mailboxes." (Description and screenshot are from http://www.nongnu.org/mailnotify/)

So, if you are a Gmail user, you can also use Mail Notification to check if there's new mail in the server. This is really a handy software.


Mar 25, 2009

Multiple Inbox View in Gmail


Gmail is probably the best webmail so far. Now it is possible to have multiple inboxes view through a new Gmail Lab application: Multiple Inboxes.

Just go to setting -- Labs, enable the
Multiple Inboxes application, the n save setting. When you get back to the inbox view, you'll see three inboxes awkwardly lie there...Then go to the setting -- Multiple Inboxes. Here you can define what kind of inboxes do you want, and the layout you want.

For example, you can type "label:Important" in Pane 0, then all the emails labeled as Important (you can set a filter to auto apply label to incoming messages) is displayed in a seperate inbox in the inbox(es) view.

For the layout, I recommend Below the inbox.

Enjoy!
Welcome to Non-geek's
Linux Handbook!

or if you will, Linux Cookbook.

Read my READY-TO-USE
RECIPE-LIKE
tutorials on Linux applications~

Subscribe if you are willing to follow.

If you find the post useful, please click the donate button on the upper right corner. Any amount is useful.