[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gmail-notifier.el v0.1 --- Notify unread gmail on mode line
From: |
J. David Boyd |
Subject: |
Re: gmail-notifier.el v0.1 --- Notify unread gmail on mode line |
Date: |
Mon, 28 Jun 2010 12:33:55 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.2 (cygwin) |
William Xu <address@hidden> writes:
> 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)
I get this when I run this, using my username and password:
error in process sentinel: `curl -s --user "myusername:mypassword"
https://mail.google.com/mail/feed/atom' failed: 60
Do I need to configure something in my gmail account? I don't recall
having an atom feed available from it....