From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/13883 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 09:21:38 -0400 Organization: FlashNewsgroups.com Message-ID: <82k4snuzdp.fsf@stephe-leake.org> References: <87mxybz08l.fsf@topper.koldfront.dk> 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 1273019136 16908 80.91.229.12 (5 May 2010 00:25:36 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 5 May 2010 00:25:36 +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:25:34 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 1O9SQb-0006JF-H9 for gegu-info-gnus-english@m.gmane.org; Wed, 05 May 2010 02:25:34 +0200 Original-Received: from localhost ([127.0.0.1]:54485 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O9SGZ-0000nT-08 for gegu-info-gnus-english@m.gmane.org; Tue, 04 May 2010 20:15:07 -0400 Original-Path: usenet.stanford.edu!postnews.google.com!news2.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:ct81pZptlZm9QTRlGkGNbyT5uIY= Original-X-Complaints-To: abuse@flashnewsgroups.com Original-Lines: 33 Original-X-Trace: 9ab294bb892cee197caa711486 Original-Xref: usenet.stanford.edu gnu.emacs.gnus:84213 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:13883 Archived-At: 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. -- -- Stephe