From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/63458 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:08:07 +0200 Message-ID: <8764i5ydq0.fsf@latte.josefsson.org> References: <0a485279-4c9d-4249-bb88-c2fbf73c6171@well-done.deisui.org> <717683f1-48a8-4e2f-8ad4-0b4127172417@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 1152526257 19212 80.91.229.2 (10 Jul 2006 10:10:57 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 10 Jul 2006 10:10:57 +0000 (UTC) Cc: ding@gnus.org Original-X-From: ding-owner+m11985@lists.math.uh.edu Mon Jul 10 12:10:56 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 1Fzsj2-0003Jf-B0 for ding-account@gmane.org; Mon, 10 Jul 2006 12:10:49 +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 1Fzsis-0003gm-00; Mon, 10 Jul 2006 05:10:39 -0500 Original-Received: from nas02.math.uh.edu ([129.7.128.40]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1Fzsgc-0003gh-00 for ding@lists.math.uh.edu; Mon, 10 Jul 2006 05:08:18 -0500 Original-Received: from quimby.gnus.org ([80.91.224.244]) by nas02.math.uh.edu with esmtp (Exim 4.52) id 1FzsgZ-00056h-E3 for ding@lists.math.uh.edu; Mon, 10 Jul 2006 05:08:18 -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 1FzsgY-0006uX-00 for ; Mon, 10 Jul 2006 12:08:14 +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 k6AA88SE018528 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 10 Jul 2006 12:08:08 +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::xBJBoRXa5GuLXYQr:1cWY X-Hashcash: 1:22:060710:ding@gnus.org::MkjPjtGMAYzPgtF4:1qaZ In-Reply-To: <717683f1-48a8-4e2f-8ad4-0b4127172417@well-done.deisui.org> (Daiki Ueno's message of "Mon, 10 Jul 2006 18:04:45 +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:63458 Archived-At: Daiki Ueno writes: >>>>>> In <0a485279-4c9d-4249-bb88-c2fbf73c6171@well-done.deisui.org> >>>>>> Daiki Ueno wrote: >> 2 weeks ago, we had CodeFest Akihabara 2006 (a 24-hour hacking marathon >> in Japan). There I wrote a patch which allows to use EasyPG directly >> from Gnus. > > I just wrote a patch to mml1991.el attached below. I installed the patch against mml1991.el. There was a patch against mml2015.el there too, slightly different than your last patch, but I couldn't apply it on top of the old patch. Any problem here? One minor issue here too: > +(defvar mml1991-cache-passphrase t > + "If t, cache passphrase.") This variable isn't used. 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. Btw, I think you should have CVS commit access, to maintain the PGG files and install patches like this, are you interested in this? Lars has to decide, of course. /Simon