From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/21409 Path: main.gmane.org!not-for-mail From: Dale Hagglund Newsgroups: gmane.emacs.gnus.general Subject: Re: where are my mime parts? Date: 21 Feb 1999 18:33:48 -0800 Sender: owner-ding@hpc.uh.edu Message-ID: <86d833f9pv.fsf@ponoka.battleriver.com> References: <87ww1bs5i2.fsf@mharnois.workgroup.net> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 X-Trace: main.gmane.org 1035159518 22786 80.91.224.250 (21 Oct 2002 00:18:38 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 00:18:38 +0000 (UTC) Return-Path: Original-Received: from fisher.math.uh.edu (fisher.math.uh.edu [129.7.128.35]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id VAA17689 for ; Sun, 21 Feb 1999 21:37:08 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by fisher.math.uh.edu (8.9.1/8.9.1) with ESMTP id UAB13395; Sun, 21 Feb 1999 20:36:21 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sun, 21 Feb 1999 20:36:21 -0600 (CST) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id UAA18685 for ; Sun, 21 Feb 1999 20:36:13 -0600 (CST) Original-Received: from proxy3.ba.best.com (root@proxy3.ba.best.com [206.184.139.14]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id VAA17655 for ; Sun, 21 Feb 1999 21:36:05 -0500 (EST) Original-Received: from best.com (dynamic61.pm03.pleasanton.best.com [204.156.131.189]) by proxy3.ba.best.com (8.9.3/8.9.2/best.out) with ESMTP id SAA16112 for ; Sun, 21 Feb 1999 18:33:51 -0800 (PST) Original-Received: (from rdh@localhost) by best.com (8.8.5/8.8.5) id SAA12174; Sun, 21 Feb 1999 18:33:49 -0800 (PST) Original-To: ding@gnus.org In-Reply-To: Michael Harnois's message of "21 Feb 1999 17:26:29 -0600" Original-Lines: 14 User-Agent: Gnus/5.070066 (Pterodactyl Gnus v0.66) Emacs/20.3 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:21409 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:21409 Michael Harnois writes: > OK ... what is happening here? I just received a > vvvveeeeeeeeerrrrrrrrrrrryyyyyyyyyyyyy long MIME message from a > friend. However, all that displays in the article buffer is the > first part (a three-line text note.) Try ``C-u K b''. The prefix argument forces all multipart/* structure to be treates as plain multipart/mixed, so you see all the various nested parts flattened out. Also, ``C-d'' will show you the actual weird structure of the message. Dale