Gnus development mailing list
 help / color / mirror / Atom feed
From: Jorge Godoy <godoy@conectiva.com>
Cc: ding@gnus.org
Subject: Re: GPG Failure from Evolution
Date: Wed, 26 Sep 2001 20:15:31 -0300	[thread overview]
Message-ID: <conectiva-linux.m3ofnxfsrw.fsf@godoy.laptop> (raw)
In-Reply-To: <m3adzhmy7j.fsf@bombay.dyndns.org> (Nevin Kapur's message of "Wed, 26 Sep 2001 17:36:16 -0400")

[-- Attachment #1: Type: text/plain, Size: 1722 bytes --]

Nevin Kapur <nevin@jhu.edu> writes:

> I've noticed that when I send a PGP-signed email using Evolution, Gnus
> can never successfully verify it.
>
> My GPG settings are:
>
> (require 'gpg)
>
> I'm attaching one such message. I wonder who is not playing nice.
>
> -Nevin

I second that. 

My GPG settings are:


,----
| ;; GnuPG Settings
| (require 'mailcrypt)
| (require 'gpg)
| (setq gpg-temp-directory (expand-file-name "~/.gnupg/tmp"))
| (mc-setversion "gpg")
| (setq mml2015-use 'gpg)
| ;(setq mml2015-use 'mailcrypt)
| ;(autoload 'mc-install-write-mode "mailcrypt" nil t)
| ;(autoload 'mc-install-read-mode "mailcrypt" nil t)
| 
| (setq mm-verify-option 'always)
| 
| ;; Cache the passphrase/password for 5 minutes.
| (setq gpg-passphrase-timeout 300)
| ;; Since we're caching it, there should be a safe key combination to
| ;; make it possible to easily forget the passphrase. There's a 100
| ;; keystroke memory on Emacs, so we should type 100 more characters
| ;; after typing the passphrase...
| (global-set-key [(alt f)] 'gpg-passphrase-forget)
| 
| 
| (setq gpg-command-default-alist (quote ((gpg . "gpg") (gpg-2comp . "gpg"))))
| ;; (setq gpg-default-key-id "AD35E653")
| 
| (define-key message-mode-map      [f7] 'mml-secure-sign-pgpmime)
| (define-key message-mode-map      [f8] 'mml-secure-encrypt-pgpmime)
| (define-key gnus-summary-mode-map [f7] 'gnus-summary-force-verify-and-decrypt)
| (define-key gnus-summary-mode-map [f8] 'gnus-summary-force-verify-and-decrypt)
`----

-- 
Godoy. <godoy@conectiva.com>

Solutions Developer       - Conectiva Inc. - http://en.conectiva.com
Desenvolvedor de Soluções - Conectiva S.A. - http://www.conectiva.com.br

[-- Attachment #2: Type: application/pgp-signature, Size: 231 bytes --]

  parent reply	other threads:[~2001-09-26 23:15 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-09-26 21:36 Nevin Kapur
2001-09-26 22:12 ` Neal H Walfield
2001-09-27  1:23   ` Jorge Godoy
2001-09-27  8:38   ` Simon Josefsson
2001-09-26 23:15 ` Jorge Godoy [this message]
2001-09-26 23:41   ` Nevin Kapur
2001-09-27 15:48   ` GPG and Mailcrypt (was: GPG Failure from Evolution) Fabien Penso

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=conectiva-linux.m3ofnxfsrw.fsf@godoy.laptop \
    --to=godoy@conectiva.com \
    --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).