From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/63460 Path: news.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: EasyPG support for mml2015.el Date: Mon, 10 Jul 2006 12:53:01 +0200 Message-ID: <87wtalwx2q.fsf@latte.josefsson.org> References: <0a485279-4c9d-4249-bb88-c2fbf73c6171@well-done.deisui.org> <717683f1-48a8-4e2f-8ad4-0b4127172417@well-done.deisui.org> <8764i5ydq0.fsf@latte.josefsson.org> <3634bd45-288d-4222-bd28-4477704242b8@well-done.deisui.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1152528843 26960 80.91.229.2 (10 Jul 2006 10:54:03 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 10 Jul 2006 10:54:03 +0000 (UTC) Cc: ding@gnus.org Original-X-From: ding-owner+m11987@lists.math.uh.edu Mon Jul 10 12:54:01 2006 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FztOq-0002BH-68 for ding-account@gmane.org; Mon, 10 Jul 2006 12:54:00 +0200 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 1FztOh-0003pL-00; Mon, 10 Jul 2006 05:53:52 -0500 Original-Received: from nas02.math.uh.edu ([129.7.128.40]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1FztOB-0003pG-00 for ding@lists.math.uh.edu; Mon, 10 Jul 2006 05:53:19 -0500 Original-Received: from quimby.gnus.org ([80.91.224.244]) by nas02.math.uh.edu with esmtp (Exim 4.52) id 1FztO7-0005LN-Jh for ding@lists.math.uh.edu; Mon, 10 Jul 2006 05:53:19 -0500 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 1FztNv-0007j7-00 for ; Mon, 10 Jul 2006 12:53:03 +0200 Original-Received: from localhost.localdomain (yxa.extundo.com [217.13.230.178]) (authenticated bits=0) by yxa.extundo.com (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k6AAr1fj023432 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 10 Jul 2006 12:53:02 +0200 Original-To: Daiki Ueno OpenPGP: id=B565716F; url=http://josefsson.org/key.txt Mail-Copies-To: nobody X-Hashcash: 1:22:060710:ueno@unixuser.org::2eGXq4Wd3KTcZh6V:LNam X-Hashcash: 1:22:060710:ding@gnus.org::3If7v+SHerTaapxg:gkfG In-Reply-To: <3634bd45-288d-4222-bd28-4477704242b8@well-done.deisui.org> (Daiki Ueno's message of "Mon, 10 Jul 2006 19:36:21 +0900") User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.50 (gnu/linux) X-Spam-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00, FORGED_RCVD_HELO autolearn=ham version=3.1.1 X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on yxa-iv X-Virus-Scanned: ClamAV version 0.88.2, clamav-milter version 0.88.2 on yxa.extundo.com X-Virus-Status: Clean X-Spam-Score: -2.5 (--) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: news.gmane.org gmane.emacs.gnus.general:63460 Archived-At: Daiki Ueno writes: >> One minor issue here too: > >> > +(defvar mml1991-cache-passphrase t >> > + "If t, cache passphrase.") > >> This variable isn't used. > > Fixed in the attached patch. Applied, thanks. >> And maybe there shouldn't be this many variables that control password >> caching -- now there is at least in mml1991, mml2015 and in pgg, if I >> recall correctly. > > Should these functions be unified in in mml-sec.el? Yes, that seems like a good idea, at least for mml1991/mml2015. Maybe it isn't a good idea for PGG to depend on mml-sec variables though? Hm. Actually, I think it may be better to use password-cache and password-cache-expiry from password.el instead. What do you think? Or better, we put the variables in mml-sec, but the defaults are to use the values from password.el. Some users may want different password caching policy for mml-sec than for other passwords, but if a user changes the password.el values, the defaults change everywhere else too. I think that causes the least surprises. I'm not sure.. /Simon