From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/13839 Path: news.gmane.org!not-for-mail From: Stephen Leake Newsgroups: gmane.emacs.gnus.user Subject: Re: verifying gpg signature Date: Sun, 04 Apr 2010 21:40:53 -0400 Organization: FlashNewsgroups.com Message-ID: <826346u15m.fsf@stephe-leake.org> References: <87mxybz08l.fsf@topper.koldfront.dk> <82k4snuzdp.fsf@stephe-leake.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: dough.gmane.org 1273018682 15740 80.91.229.12 (5 May 2010 00:18:02 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 5 May 2010 00:18:02 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Wed May 05 02:18:00 2010 connect(): No such file or directory Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1O9SHs-0002np-EV for gegu-info-gnus-english@m.gmane.org; Wed, 05 May 2010 02:17:55 +0200 Original-Received: from localhost ([127.0.0.1]:54552 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O9SGf-0000r5-Hi for gegu-info-gnus-english@m.gmane.org; Tue, 04 May 2010 20:15:13 -0400 Original-Path: usenet.stanford.edu!postnews.google.com!news1.google.com!npeer02.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!post02.iad.highwinds-media.com!news.flashnewsgroups.com-b7.4zTQh5tI3A!not-for-mail Original-Newsgroups: gnu.emacs.gnus User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (windows-nt) Cancel-Lock: sha1:WVW9SsqSmpI9KtTTjIql3AG3NCk= Original-X-Complaints-To: abuse@flashnewsgroups.com Original-Lines: 38 Original-X-Trace: 029854bb94028e197caa729986 Original-Xref: usenet.stanford.edu gnu.emacs.gnus:84215 X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:13839 Archived-At: Stephen Leake writes: > asjo@koldfront.dk (Adam Sjøgren) writes: > >> On Sun, 14 Mar 2010 03:57:48 -0400, Stephen wrote: >> >>> I can hit on that part, and it does nothing. Tracing that >>> with the elisp debugger, apparently I'm supposed to add >>> that mime type to gnus-article-treat-types, and then a handler to >>> gnus-treatment-function-alist? >> >>> The function mml2015-verify seems to be what I need to call; how to I >>> tell Gnus to call it? >> >> All I have in my .gnus these days concerning GPG is this: >> >> (setq mm-verify-option 'known >> mm-decrypt-option 'known) >> (setq gnus-buttonized-mime-types '("multipart/signed" "multipart/encrypted")) >> > > I had already set mm-verify-option and mm-decrypt-option. > >> What version of Gnus are you running? > > Well, it seems I was running Emacs 22.2 (blush). But now I'm running > Emacs 23.1. When I open an email with a signature attachment, that mime > part is no longer shown (it was with Emacs 23.1), and nothing else > happens. > > Setting gnus-buttonized-mime-types displays the status in the button > headers, which is not what I'd expect from a button, but works for me. Although it would be nice if the button action was "fetch the key if it is unknown". -- -- Stephe