Homepage: http://github.com/xwl/xwl-elisp/blob/master/gmail-notifier.el
Author: William Xu
Updated:
Notify unread gmail on mode line
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'.