gnu-emacs-sources
[Top][All Lists]
Advanced

[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: Thierry Volpiatto
Subject: Re: gmail-notifier.el v0.1 --- Notify unread gmail on mode line
Date: Fri, 25 Jun 2010 23:21:17 +0200
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux)

William Xu <address@hidden> writes:

> It looks like auth-source.el only recognizes ~/.authinfo.gpg by default? 

I set auth-sources like that to allow using encryption or not:

,----
| (if (file-exists-p "~/.authinfo.gpg")
|     (setq auth-sources '((:source "~/.authinfo.gpg" :host t :protocol t)))
|     (setq auth-sources '((:source "~/.authinfo" :host t :protocol t))))
`----
 

-- 
Thierry Volpiatto
Gpg key: http://pgp.mit.edu/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]