gmail-notifier

Homepage: http://github.com/xwl/xwl-elisp/blob/master/gmail-notifier.el

Author: William Xu

Updated:

Summary

Notify unread gmail on mode line

Commentary

Show unread gmail count on mode line, it looks like this: G(2).
`G' could be the gmail logo if your emacs supports image.
To setup:
  (require 'gmail-notifier)
  (setq gmail-notifier-username "william.xwl"
        gmail-notifier-password "******")
  (gmail-notifier-start)

You may also store account and password in `~/.authinfo.gpg'.

Dependencies