From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/59879 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: password-cache-expiry and encrypt-password-cache-expiry Date: Tue, 22 Feb 2005 18:23:40 +0100 Message-ID: References: <87d5uszhp7.fsf@seamus.arnested.dk> <878y5gzfo4.fsf@seamus.arnested.dk> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1109092895 24557 80.91.229.2 (22 Feb 2005 17:21:35 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 22 Feb 2005 17:21:35 +0000 (UTC) Cc: ding@gnus.org, Teodor Zlatanov Original-X-From: ding-owner+M8420@lists.math.uh.edu Tue Feb 22 18:21:34 2005 Original-Received: from malifon.math.uh.edu ([129.7.128.13] ident=mail) by ciao.gmane.org with esmtp (Exim 4.43) id 1D3diz-0002Jz-2M for ding-account@gmane.org; Tue, 22 Feb 2005 18:21:29 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1D3dlV-0007Ry-00; Tue, 22 Feb 2005 11:24:05 -0600 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1D3dlR-0007Rt-00 for ding@lists.math.uh.edu; Tue, 22 Feb 2005 11:24:01 -0600 Original-Received: from quimby.gnus.org ([80.91.224.244]) by util2.math.uh.edu with esmtp (Exim 4.30) id 1D3dlL-0002iS-BW for ding@lists.math.uh.edu; Tue, 22 Feb 2005 11:23:55 -0600 Original-Received: from 178.230.13.217.in-addr.dgcsystems.net ([217.13.230.178] helo=yxa.extundo.com) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1D3dlK-0000sB-00 for ; Tue, 22 Feb 2005 18:23:54 +0100 Original-Received: from latte.josefsson.org (c494102a.s-bi.bostream.se [217.215.27.65]) (authenticated bits=0) by yxa.extundo.com (8.13.3/8.13.3/Debian-6) with ESMTP id j1MHNmfh001137 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 22 Feb 2005 18:23:49 +0100 Original-To: Arne =?iso-8859-1?Q?J=F8rgensen?= OpenPGP: id=B565716F; url=http://josefsson.org/key.txt X-Hashcash: 1:21:050222:ding@gnus.org::dQCbSNoVZndbNvmK:0UYE X-Hashcash: 1:21:050222:arne@arnested.dk::zhN7Dlmdvj/Kj+Hl:Gdkx X-Hashcash: 1:21:050222:tzz@lifelogs.com::zpFx/+l9Ad6P8nqy:HBI In-Reply-To: <878y5gzfo4.fsf@seamus.arnested.dk> (Arne =?iso-8859-1?Q?J=F8?= =?iso-8859-1?Q?rgensen's?= message of "Tue, 22 Feb 2005 18:07:55 +0100") User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/22.0.50 (gnu/linux) X-Spam-Status: No, score=1.2 required=5.0 tests=FORGED_RCVD_HELO, SUBJ_HAS_UNIQ_ID autolearn=no version=3.0.2 X-Spam-Level: * X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on yxa-iv X-Virus-Scanned: ClamAV version 0.81, clamav-milter version 0.81b on yxa.extundo.com X-Virus-Status: Clean X-MIME-Autoconverted: from 8bit to quoted-printable by yxa.extundo.com id j1MHNmfh001137 X-Spam-Score: -3.5 (---) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu X-MailScanner-From: ding-owner+m8420@lists.math.uh.edu X-MailScanner-To: ding-account@gmane.org Xref: main.gmane.org gmane.emacs.gnus.general:59879 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:59879 Arne J=F8rgensen writes: > Arne J=F8rgensen writes: > >> (smime-ask-passphrase): Use `password-read-and-add' to read (and >> cache) password. > > I noticed that `encrypt-password-cache-expiry' defaults to 200 seconds > _and_ when set, sets `password-cache-expiry' (default value 16 > seconds) too. > > Since both are loaded by gnus the value of `password-cache-expiry' > ends up being 200 seconds. Is this wise? I don't think so. I removed e-p-c-e, it wasn't used except as part of the custom group, and added the password-* variables to the defgroup MEMBERS parameter, so they will end up in the encrypt custom group as well. Ok, Ted?