[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: encrypt.el
From: |
Richard Stallman |
Subject: |
Re: encrypt.el |
Date: |
Sat, 16 Oct 2004 09:52:45 -0400 |
You're my main advisor on encryption; if you think that encrypt.el
does the right things, I would be glad to see it moved out of Gnus.
Doing this requires writing text for etc/NEWS and for the Lisp manual.
However, there is one thing in encrypt.el that seems strange
and perhaps a bug:
(defcustom encrypt-password-cache-expiry 200
"Encryption password timeout.
When set, directly sets password-cache-expiry"
:type 'integer
:group 'encrypt
:set (lambda (symbol value)
(set symbol value)
(setq password-cache-expiry value)))
What job is this supposed to do? Is this the right way
to do that job? Perhaps putting password-cache-expiry
into this custom broup is the right solution.
- encrypt.el (was: pop3.el itegration with netrc.el), Ted Zlatanov, 2004/10/15
- Re: encrypt.el, Simon Josefsson, 2004/10/15
- Re: encrypt.el,
Richard Stallman <=
- Re: encrypt.el, Richard Stallman, 2004/10/19
- Re: encrypt.el, Ted Zlatanov, 2004/10/21
- Re: encrypt.el, Miles Bader, 2004/10/21
- Re: encrypt.el, Miles Bader, 2004/10/21
- Re: encrypt.el, Andreas Schwab, 2004/10/21
- Re: encrypt.el, Miles Bader, 2004/10/21
- Re: encrypt.el, Richard Stallman, 2004/10/23