Gnus development mailing list
 help / color / mirror / Atom feed
From: Daiki Ueno <ueno@unixuser.org>
Cc: ding@gnus.org
Subject: Re: Using epg
Date: Wed, 06 Sep 2006 12:34:56 +0900	[thread overview]
Message-ID: <8ac03cb7-e5d7-4b8e-80d2-d0a80ea3172d@well-done.deisui.org> (raw)
In-Reply-To: <87bqpu7fkc.fsf@latte.josefsson.org> (Simon Josefsson's message of "Tue, 05 Sep 2006 12:50:27 +0200")

>>>>> In <87bqpu7fkc.fsf@latte.josefsson.org> 
>>>>>	Simon Josefsson <jas@extundo.com> wrote:
> I'm trying to use epg with Gnus.  First, if we are moving to epg as
> the default PGG backend, how about the patch below?

The following check would be better

(condition-case nil
    (progn
      (require 'epg-config)
      (epg-check-configuration (epg-configuration))
      t)
  (error))

to prefer PGG on the circumstances where GnuPG (>= 1.4.3) is not
installed.

Regards,
-- 
Daiki Ueno



  parent reply	other threads:[~2006-09-06  3:34 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-09-05 10:50 Simon Josefsson
     [not found] ` <87bqpu7fkc.fsf-Hx3HMpEclzRikQyLtWShHUB+6BGkLq7r@public.gmane.org>
2006-09-05 21:35   ` Jochen Küpper
     [not found]     ` <9e1wqq9eu9.fsf-X+QEHg5KIgm/8B4OpmtwqPxnRIzENc/G@public.gmane.org>
2006-09-05 21:57       ` Jochen Küpper
2006-09-06  3:29         ` Daiki Ueno
2006-09-06  9:36           ` Simon Josefsson
2006-09-06  3:34 ` Daiki Ueno [this message]
2006-09-06  7:39   ` Simon Josefsson

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=8ac03cb7-e5d7-4b8e-80d2-d0a80ea3172d@well-done.deisui.org \
    --to=ueno@unixuser.org \
    --cc=ding@gnus.org \
    /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).