[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
gmail-notifier.el v0.2.1 --- Notify unread gmail on mode line
From: |
William Xu |
Subject: |
gmail-notifier.el v0.2.1 --- Notify unread gmail on mode line |
Date: |
Sun, 11 Jul 2010 19:58:34 +0800 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.2.50 (darwin) |
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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- gmail-notifier.el v0.2.1 --- Notify unread gmail on mode line,
William Xu <=