Gnus development mailing list
 help / color / mirror / Atom feed
From: Jorge Godoy <godoy@ieee.org>
Subject: Configuring gnus to verify inline PGP/GPG signatures
Date: Sun, 05 Sep 2004 11:03:50 -0300	[thread overview]
Message-ID: <m31xhgg6d5.fsf@g2ctech.com> (raw)


Hi!


Is there any way to make Gnus verify inline signatures as it does for
MIME? 

I have a mess on my ~/.gnus to handle crypto stuff:

======================================================================
;;; Crypto
(require 'pgg)

; Tells Gnus to inline the part
(eval-after-load "mm-decode"
  '(add-to-list 'mm-inlined-types "application/pgp$"))
; Tells Gnus how to display the part when it is requested
(eval-after-load "mm-decode"
  '(add-to-list 'mm-inline-media-tests '("application/pgp$"
                                         mm-inline-text identity)))
; Tell Gnus not to wait for a request, just display the thing
; straight away.
(eval-after-load "mm-decode"
  '(add-to-list 'mm-automatic-display "application/pgp$"))
; But don't display the signatures, please.
(eval-after-load "mm-decode"
  (quote (setq mm-automatic-display (remove "application/pgp-signature"
                                            mm-automatic-display))))

(load-library "mailcrypt")
(mc-setversion "gpg")

(setq mm-verify-option 'known)
(setq mm-decrypt-option 'known)
======================================================================

Thanks for any information on how to make it automatic too.


Be seeing you,
-- 
Godoy.     <godoy@ieee.org>




                 reply	other threads:[~2004-09-05 14:03 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=m31xhgg6d5.fsf@g2ctech.com \
    --to=godoy@ieee.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).