From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/38701 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: Docs on S/MIME and GPG with Oort ? Date: Mon, 10 Sep 2001 11:42:23 +0200 Message-ID: References: <87wv3f6kup.fsf@mclinux.com> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035174520 23833 80.91.224.250 (21 Oct 2002 04:28:40 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 04:28:40 +0000 (UTC) Cc: ding@gnus.org Return-Path: Return-Path: Original-Received: (qmail 8408 invoked from network); 10 Sep 2001 09:43:00 -0000 Original-Received: from dolk.extundo.com (195.42.214.242) by gnus.org with SMTP; 10 Sep 2001 09:43:00 -0000 Original-Received: from barbar.josefsson.org (slipsten.extundo.com [195.42.214.241]) (authenticated) by dolk.extundo.com (8.11.6/8.11.6) with ESMTP id f8A9h2h28859; Mon, 10 Sep 2001 11:43:02 +0200 Original-To: Vincent Bernat In-Reply-To: (Vincent Bernat's message of "Sun, 09 Sep 2001 13:54:19 +0200") Mail-Copies-To: nobody User-Agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.0.105 Original-Lines: 26 Xref: main.gmane.org gmane.emacs.gnus.general:38701 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:38701 Vincent Bernat writes: >>> (setq gnus-buttonized-mime-types >>> '("multipart/signed")) > >> It seems to work for me. What does > >> (gnus-unbuttonized-mime-type-p "multipart/signed") > >> evaluate to? It should be nil. > > It evaluates to t. > Finally, I have used : > > (setq gnus-unbuttonized-mime-types > '("text/plain")) I don't understand, (let ((gnus-buttonized-mime-types '("multipart/signed")) (gnus-unbuttonized-mime-types '("text/plain"))) (gnus-unbuttonized-mime-type-p "multipart/signed")) evaluates to nil here. Are you sure you re-compiled and re-installed the Oort Gnus updated from CVS properly? Could you edebug through the function to see what is happening?