From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/38194 Path: main.gmane.org!not-for-mail From: Amos Gouaux Newsgroups: gmane.emacs.gnus.general Subject: Re: parts, we have parts Date: Thu, 23 Aug 2001 00:06:02 -0500 Sender: amos@utdallas.edu Message-ID: References: <86bsl7zlsg.fsf@mharnois.workgroup.net> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035174098 21076 80.91.224.250 (21 Oct 2002 04:21:38 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 04:21:38 +0000 (UTC) Return-Path: Return-Path: Original-Received: (qmail 15690 invoked from network); 23 Aug 2001 05:07:05 -0000 Original-Received: from ns0.utdallas.edu (129.110.10.1) by gnus.org with SMTP; 23 Aug 2001 05:07:05 -0000 Original-Received: from spartacus.utdallas.edu (spartacus.utdallas.edu [129.110.3.11]) by ns0.utdallas.edu (Postfix) with ESMTP id 47FEC1A033E for ; Thu, 23 Aug 2001 00:06:59 -0500 (CDT) Original-To: ding@gnus.org In-Reply-To: <86bsl7zlsg.fsf@mharnois.workgroup.net> (Michael Harnois's message of "Wed, 22 Aug 2001 19:01:51 -0500") User-Agent: Gnus/5.090004 (Oort Gnus v0.04) XEmacs/21.4 (Academic Rigor) Original-Lines: 16 Xref: main.gmane.org gmane.emacs.gnus.general:38194 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:38194 >>>>> On Wed, 22 Aug 2001 19:01:51 -0500, >>>>> Michael Harnois (mh) writes: mh> I just received a message from a friend that had a file attached. My mh> status bar says "2 parts" but there is no indication of the second mh> part displayed in the body of the message itself. Is this a new mh> feature? Maybe do M-t to see if any buttons popup? To do that all the time, you could try the following (I think recently mentioned by Kai). ;; Always show buttons, even if attachment is rendered inline. (setq gnus-unbuttonized-mime-types nil) -- Amos