Gnus development mailing list
 help / color / mirror / Atom feed
* Re: [gnus git]  branch master updated: n0-17-113-gfc8cecf =1= Improve the netrc field encryption (GPG tokens) by calling EPA/EPG functions directly.
       [not found] <E1QcGLl-0000IQ-L2@quimby.gnus.org>
@ 2011-06-30 14:19 ` Katsumi Yamaoka
  2011-06-30 14:37   ` Ted Zlatanov
  0 siblings, 1 reply; 2+ messages in thread
From: Katsumi Yamaoka @ 2011-06-30 14:19 UTC (permalink / raw)
  To: ding

Ted Zlatanov <tzz@lifelogs.com> wrote:
[...]
>     Improve the netrc field encryption (GPG tokens) by calling EPA/EPG functions directly.
[...]
> --- a/lisp/auth-source.el
> +++ b/lisp/auth-source.el
> @@ -43,6 +43,9 @@
>  (require 'mm-util)
>  (require 'gnus-util)
>  (require 'assoc)
> +(require 'epa)
> +(require 'epg)

It looks bad for old Emacsen and XEmacsen (with which epg is unavailable)
that Gnus still supports. :<



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [gnus git]  branch master updated: n0-17-113-gfc8cecf =1= Improve the netrc field encryption (GPG tokens) by calling EPA/EPG functions directly.
  2011-06-30 14:19 ` [gnus git] branch master updated: n0-17-113-gfc8cecf =1= Improve the netrc field encryption (GPG tokens) by calling EPA/EPG functions directly Katsumi Yamaoka
@ 2011-06-30 14:37   ` Ted Zlatanov
  0 siblings, 0 replies; 2+ messages in thread
From: Ted Zlatanov @ 2011-06-30 14:37 UTC (permalink / raw)
  To: Katsumi Yamaoka; +Cc: ding

On Thu, 30 Jun 2011 23:19:56 +0900 Katsumi Yamaoka <yamaoka@jpl.org> wrote: 

KY> Ted Zlatanov <tzz@lifelogs.com> wrote:
KY> [...]
>> Improve the netrc field encryption (GPG tokens) by calling EPA/EPG functions directly.
KY> [...]
>> --- a/lisp/auth-source.el
>> +++ b/lisp/auth-source.el
>> @@ -43,6 +43,9 @@
>> (require 'mm-util)
>> (require 'gnus-util)
>> (require 'assoc)
>> +(require 'epa)
>> +(require 'epg)

KY> It looks bad for old Emacsen and XEmacsen (with which epg is unavailable)
KY> that Gnus still supports. :<

Try now, I autoloaded all the functions.  Since
`auth-source-netrc-use-gpg-tokens' is 'never by default this should work
for everyone--errors will only happen if you change the defcustom
intentionally.

Ted



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-06-30 14:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <E1QcGLl-0000IQ-L2@quimby.gnus.org>
2011-06-30 14:19 ` [gnus git] branch master updated: n0-17-113-gfc8cecf =1= Improve the netrc field encryption (GPG tokens) by calling EPA/EPG functions directly Katsumi Yamaoka
2011-06-30 14:37   ` Ted Zlatanov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).