From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/19096 Path: main.gmane.org!not-for-mail From: Shenghuo ZHU Newsgroups: gmane.emacs.gnus.general Subject: Re: MIMEish uudecodable portions are misnumbered. Date: 23 Nov 1998 23:20:51 -0500 Organization: Computer Dept of U Rochester Sender: owner-ding@hpc.uh.edu Message-ID: <2nemqt3en0.fsf@zsh.cs.rochester.edu> References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 X-Trace: main.gmane.org 1035157508 9815 80.91.224.250 (20 Oct 2002 23:45:08 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 23:45:08 +0000 (UTC) Return-Path: Original-Received: from karazm.math.uh.edu (karazm.math.uh.edu [129.7.128.1]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id XAA19116 for ; Mon, 23 Nov 1998 23:22:36 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by karazm.math.uh.edu (8.9.1/8.9.1) with ESMTP id WAB27204; Mon, 23 Nov 1998 22:22:15 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 23 Nov 1998 22:22:12 -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 WAA24551 for ; Mon, 23 Nov 1998 22:22:02 -0600 (CST) Original-Received: from cayuga.cs.rochester.edu (cayuga.cs.rochester.edu [192.5.53.209]) by sclp3.sclp.com (8.8.5/8.8.5) with SMTP id XAA19090 for ; Mon, 23 Nov 1998 23:21:55 -0500 (EST) Original-Received: from slate.cs.rochester.edu (slate.cs.rochester.edu [192.5.53.101]) by cayuga.cs.rochester.edu (8.6.9/O) with ESMTP id XAA06822 for ; Mon, 23 Nov 1998 23:21:53 -0500 Original-Received: from brain.cs.rochester.edu (heart.cs.rochester.edu [192.5.53.109]) by slate.cs.rochester.edu (8.6.9/O) with ESMTP id XAA10929 for ; Mon, 23 Nov 1998 23:21:50 -0500 Original-Received: (from zsh@localhost) by brain.cs.rochester.edu (8.9.0/8.8.5) id XAA00851; Mon, 23 Nov 1998 23:20:52 -0500 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: Karl Kleinpaste's message of "23 Nov 1998 16:47:56 -0500" Original-Lines: 26 User-Agent: Gnus/5.070053 (Pterodactyl Gnus v0.53) XEmacs/20.4 (Emerald) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:19096 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:19096 >>>>> "KK" == Karl Kleinpaste writes: KK> If one is looking at a message whose body contains 2 uuencoded images, KK> so that the message is displayed in the MIMEish manner, the available- KK> for-viewing parts are misnumbered. E.g., I just experimented with a KK> couple of messages which have a bit of ordinary text, then 2 images, KK> with 1 blank line separating text from uuencoding, and separating 1 KK> uuencoding from the other. The display of the body is KK> intro text KK> [ 2. image/jpeg (somefilename.jpg)] KK> [ 4. image/jpeg (someotherfile.jpg)] KK> "3" is conspicuously absent. KK> It's not much of a bug, of course, but I am curious as to what KK> would cause the pseudoMIME analysis to miss "3" somehow. The blank line causes "3". If you check `gnus-article-mime-handle-alist', you will find that "3" is a "text/plain" part. -- Shenghuo