From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/63457 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:03:22 +0200 Message-ID: <87fyh9ydxx.fsf@latte.josefsson.org> References: <0a485279-4c9d-4249-bb88-c2fbf73c6171@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 1152525901 17981 80.91.229.2 (10 Jul 2006 10:05:01 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 10 Jul 2006 10:05:01 +0000 (UTC) Cc: ding@gnus.org Original-X-From: ding-owner+m11984@lists.math.uh.edu Mon Jul 10 12:04:58 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 1FzsdD-0002I6-7p for ding-account@gmane.org; Mon, 10 Jul 2006 12:04: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 1Fzsd4-0003cu-00; Mon, 10 Jul 2006 05:04:38 -0500 Original-Received: from nas02.math.uh.edu ([129.7.128.40]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1Fzsc8-0003cp-00 for ding@lists.math.uh.edu; Mon, 10 Jul 2006 05:03:40 -0500 Original-Received: from quimby.gnus.org ([80.91.224.244]) by nas02.math.uh.edu with esmtp (Exim 4.52) id 1Fzsc4-00054s-8b for ding@lists.math.uh.edu; Mon, 10 Jul 2006 05:03:39 -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 1Fzsc0-0006tH-00 for ; Mon, 10 Jul 2006 12:03:33 +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 k6AA3M1a018090 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 10 Jul 2006 12:03:23 +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::ZOc5IhIHoBhOsDvL:ECeB X-Hashcash: 1:22:060710:ding@gnus.org::oVaX9INU1ZJnsFXH:GNEV In-Reply-To: <0a485279-4c9d-4249-bb88-c2fbf73c6171@well-done.deisui.org> (Daiki Ueno's message of "Mon, 10 Jul 2006 12:54:57 +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:63457 Archived-At: Daiki Ueno writes: > Hi, > > 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. > > Can you install this patch into Gnus? Though it has not yet been tested > thoroughly, it should not break existing mml2015.el feature. > > To use: just set (setq mml2015-use 'epg) Hi! Looks good, I've installed this. One minor thing though: > +(defcustom mml2015-cache-passphrase t > + "If t, cache passphrase." > + :group 'mime-security > + :type 'boolean) This variable doesn't seem to be used by your new code? Thanks, Simon