From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/79741 Path: news.gmane.org!not-for-mail From: Daiki Ueno Newsgroups: gmane.emacs.gnus.general Subject: Re: Inconsistency between `mml2015-use' and `mml2015-verify-function' Date: Fri, 26 Aug 2011 05:45:26 +0900 Message-ID: <87bovd5ift.fsf-ueno@unixuser.org> References: <87ipplwt9l.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1314305165 8424 80.91.229.12 (25 Aug 2011 20:46:05 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 25 Aug 2011 20:46:05 +0000 (UTC) Cc: ding@gnus.org To: XeCycle Original-X-From: ding-owner+M28035@lists.math.uh.edu Thu Aug 25 22:46:01 2011 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QwgoK-0004dq-Gy for ding-account@gmane.org; Thu, 25 Aug 2011 22:46:00 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1Qwgo2-0006hU-9j; Thu, 25 Aug 2011 15:45:42 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1Qwgnz-0006hF-KD for ding@lists.math.uh.edu; Thu, 25 Aug 2011 15:45:39 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1Qwgny-0007dc-50 for ding@lists.math.uh.edu; Thu, 25 Aug 2011 15:45:39 -0500 Original-Received: from ivory4.scn-net.ne.jp ([219.117.176.192]) by quimby.gnus.org with smtp (Exim 4.72) (envelope-from ) id 1Qwgnv-0002Md-Ei for ding@gnus.org; Thu, 25 Aug 2011 22:45:36 +0200 Original-Received: from ([192.168.0.187]) (envelope sender: ) by ivory4.scn-net.ne.jp with Active!Hunter esmtp server; Fri, 26 Aug 2011 05:45:30 +0900 Original-Received: Received: from well-done.deisui.org (g187018.scn-net.ne.jp [202.83.187.18]) (authenticated) by blue17.scn-net.ne.jp (unknown) with ESMTP id p7PKjTCE006906; Fri, 26 Aug 2011 05:45:29 +0900 In-Reply-To: <87ipplwt9l.fsf@gmail.com> (xecycle@gmail.com's message of "Thu, 25 Aug 2011 20:49:26 +0800") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:79741 Archived-At: XeCycle writes: > I have these lines in my ~/.gnus.el for OpenPGP signature verifying, > however, it doesn't work. > >> (require 'epa) >> (require 'epg) >> (require 'epg-config) >> (setq mml2015-use 'epg) Well, how does it not work? I have the following settings in addition: ~/.gnus: (setq gnus-buttonized-mime-types '("multipart/signed") mm-verify-option 'always) ~/.gnupg/gpg.conf: keyserver-options auto-key-retrieve keyserver hkp://keys.gnupg.net and it successfully verifies your signature. You could try (setq epg-debug t) and inspect " *epg-debug*" buffer (note the first letter is a space), if the problem seems to be in EPG itself. > I checked variable `mml2015-use' and it's `epg', however the variable > `mml2015-verify-function' is `mailcrypt-verify'. > > Well, this problem have been bothering me for a long time, I guess it's > a configuration issue? Do I need to change the variable myself? I > believe it isn't wanted. This shouldn't be a problem since the variable is only referred to from `mml2015-mailcrypt-verify', which wouldn't be called when mml2015-use is 'epg. I agree that the variable name is a bit misleading though. Regards, -- Daiki Ueno