I'd like to have a Gmail notification service in my Epiphany indicator applet, without leaving Evolution open in the background all the time. Right now I only get notifications if Evolution is open. Strangely, this is not the case with Google calendars in Evolution -- evolution can be closed yet I still get applet notifications through the clock/calendar applet.
Asked
Active
Viewed 3,722 times
4 Answers
5
I use CloudSN (Cloud Services Notification). It supports gmail, google reader, pop3, imap, twitter, identi.ca
http://chuchiperriman.github.com/cloud-services-notifications/ (PPA available)
The best part is that it supports multiple accounts.

Li Lo
- 16,382
3
I've had good luck with CheckGmail. Has a nice GUI, cool toaster popups, and allows you take actions on emails from the tray.
sudo apt-get install checkgmail; checkgmail &
lfaraone
- 4,749
3
Check out GMailWatcher. It is still in early development stage, but works quite well. I am using it for over a month now. Recommended.
Introductory Blogpost: owaislone.org/blog/2010/jul/gmail-watcher
Launchpad URL: https://launchpad.net/gmailwatcher
PPA
$ sudo add-apt-repository ppa:loneowais/ppa
$ sudo apt-get update && sudo apt-get install gmailwatcher
Mir Nazim
- 356