From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/36983 Path: main.gmane.org!not-for-mail From: ShengHuo ZHU Newsgroups: gmane.emacs.gnus.general Subject: Re: Gnus doesn't display all parts of a multipart message Date: Fri, 20 Jul 2001 11:04:00 -0700 Message-ID: <2n7kx3pje7.fsf@piglet.jia.vnet> References: <873d7sc45p.fsf@lynx.ionific.com> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035172476 11454 80.91.224.250 (21 Oct 2002 03:54:36 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 03:54:36 +0000 (UTC) Return-Path: Return-Path: Original-Received: (qmail 25289 invoked from network); 20 Jul 2001 18:06:43 -0000 Original-Received: from unknown (HELO zsh.2y.net) (131.241.79.242) by gnus.org with SMTP; 20 Jul 2001 18:06:43 -0000 Original-Received: (from zsh@localhost) by zsh.2y.net (8.11.2/8.11.2) id f6KI40I21464; Fri, 20 Jul 2001 11:04:00 -0700 Original-To: ding@gnus.org X-Attribution: ZSH X-Face: 'IF:e51ib'Qbl^(}l^&4-J`'P!@[4~O|&k#:@Gld#b/]oMq&`&FVY._3+b`mzp~Jeve~/#/ ERD!OTe<86UhyN=l`mrPY)M7_}`Ktt\K+58Z!hu7>qU,i.N7TotU[FYE(f1;}`g2xj!u*l`^&=Q!g{ *q|ddto|nkt"$r,K$[)"|6,elPH= GJ6Q In-Reply-To: <873d7sc45p.fsf@lynx.ionific.com> (Hannu Koivisto's message of "19 Jul 2001 18:46:58 +0300") User-Agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.0.104 Original-Lines: 31 Xref: main.gmane.org gmane.emacs.gnus.general:36983 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:36983 Hannu Koivisto writes: > Greetings, > > I got a weird mail from a colleague who uses Outlook. To me it > seems to be a multipart message where the first part is also a > multipart message, which consists of two alternative parts (plain > text and HTML). The rest of the top-level parts are images. The > top-level multipart message, as far as I can see, is not > multipart/alternative, but multipart/related, or at least that's > what I think it should be. Not that I really know what > multipart/related means, but I can guess :) In any case, Gnus > displays only the other alternative (text message) from the first > part but not the other top-level parts (images) so I can't > save them. > > The mail (stored from a buffer gotten with ``C-u g'') is available > at . I have > edited all the content away -- I hope I didn't fuck up anything > relevant while doing that (I left some content to all parts). > > Perhaps you can tell if there is something wrong with the mail > (i.e. Outlook is faulty) or that it is ok and those image-parts > should be displayed (i.e. Gnus is faulty). Gnus is not faulty but not fully implemented. (setq gnus-mime-display-multipart-related-as-mixed t) works around the problem. ShengHuo