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'. CHANGES SINCE v0.1 ------------------ * Add support for reading account and password from `auth-sources', using `auth-sources.el'. * Make gmail host and protocol customizable. * Check HTTP response status code for failure. * Set gmail notifier counter to zero after mouse-2 click to visit. -- William http://xwl.appspot.com
gmail-notifier.el
Description: application/emacs-lisp
_______________________________________________ gnu-emacs-sources mailing list gnu-emacs-sources@gnu.org http://lists.gnu.org/mailman/listinfo/gnu-emacs-sources