Gnus development mailing list
 help / color / mirror / Atom feed
From: Reiner Steib <4.uce.03.r.s@nurfuerspam.de>
Subject: Re: SOLVED: W s on PGP clearsigned messages
Date: Wed, 11 Jun 2003 17:58:24 +0200	[thread overview]
Message-ID: <v9of1438tb.fsf@marauder.physik.uni-ulm.de> (raw)
In-Reply-To: <m3n0gq9rm0.fsf@merlin.emma.line.org>

On Tue, Jun 10 2003, Matthias Andree wrote:

> I've solved my "can't verify traditionally clearsigned PGP messages" I
> reported some weeks ago, this feature requires gnus-article-emulate-mime
> to be t.

I guess we should try to make `W s' work for this case too (or at
least document that `gnus-article-emulate-mime' affects "traditionally
clearsigned PGP messages", too).

Would it make sense, to let-bind `gnus-article-emulate-mime' in
`gnus-summary-force-verify-and-decrypt'?

(defun gnus-summary-force-verify-and-decrypt ()
  "Display buttons for signed/encrypted parts and verify/decrypt them."
  (interactive)
  (let ((mm-verify-option 'known)
	(mm-decrypt-option 'known)
	(gnus-article-emulate-mime t) ;; <== added
	(gnus-buttonized-mime-types (append (list "multipart/signed"
						  "multipart/encrypted")
					    gnus-buttonized-mime-types)))
    (gnus-summary-select-article nil 'force)))

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo--- PGP key available via WWW   http://rsteib.home.pages.de/




  reply	other threads:[~2003-06-11 15:58 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-06-10 10:03 Matthias Andree
2003-06-11 15:58 ` Reiner Steib [this message]
2003-06-12  8:05   ` Matthias Andree
2003-06-12 10:25     ` Reiner Steib
2003-06-12 13:51       ` Matthias Andree
2003-06-15 19:07         ` Reiner Steib
2003-06-12 10:40     ` Kai Großjohann

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=v9of1438tb.fsf@marauder.physik.uni-ulm.de \
    --to=4.uce.03.r.s@nurfuerspam.de \
    --cc=reiner.steib@gmx.de \
    /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).