Nevin Kapur 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. Solutions Developer - Conectiva Inc. - http://en.conectiva.com Desenvolvedor de Soluções - Conectiva S.A. - http://www.conectiva.com.br