Gnus development mailing list
 help / color / mirror / Atom feed
From: Daiki Ueno <ueno@unixuser.org>
To: XeCycle <xecycle@gmail.com>
Cc: ding@gnus.org
Subject: Re: Inconsistency between `mml2015-use' and `mml2015-verify-function'
Date: Fri, 26 Aug 2011 05:45:26 +0900	[thread overview]
Message-ID: <87bovd5ift.fsf-ueno@unixuser.org> (raw)
In-Reply-To: <87ipplwt9l.fsf@gmail.com> (xecycle@gmail.com's message of "Thu, 25 Aug 2011 20:49:26 +0800")

XeCycle <xecycle@gmail.com> 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



  reply	other threads:[~2011-08-25 20:45 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-25 12:49 XeCycle
2011-08-25 20:45 ` Daiki Ueno [this message]
2011-08-26  1:42   ` XeCycle
2011-08-26  2:00     ` Daiki Ueno
2011-08-26  7:57       ` XeCycle
2011-08-26  9:04         ` Daiki Ueno
2011-08-26 10:44           ` XeCycle
2011-08-26 14:06           ` XeCycle
2011-08-26 23:29             ` Daiki Ueno
2011-08-27  0:26               ` XeCycle
2011-09-10 22:10             ` Lars Magne Ingebrigtsen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87bovd5ift.fsf-ueno@unixuser.org \
    --to=ueno@unixuser.org \
    --cc=ding@gnus.org \
    --cc=xecycle@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).