From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/25225 Path: main.gmane.org!not-for-mail From: Shenghuo ZHU Newsgroups: gmane.emacs.gnus.general Subject: Re: MIME Message Problem Date: 23 Sep 1999 15:12:04 -0400 Organization: U of Rochester Sender: owner-ding@hpc.uh.edu Message-ID: <5bk8phcuij.fsf@giga.cs.rochester.edu> References: <76wvthcyrd.fsf@ppllc.com> <5b1zbpedbg.fsf@giga.cs.rochester.edu> <76ogetcv5q.fsf@ppllc.com> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035162650 12886 80.91.224.250 (21 Oct 2002 01:10:50 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:10:50 +0000 (UTC) Return-Path: Original-Received: from bart.math.uh.edu (bart.math.uh.edu [129.7.128.48]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id PAA21245 for ; Thu, 23 Sep 1999 15:15:12 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by bart.math.uh.edu (8.9.1/8.9.1) with ESMTP id OAB16259; Thu, 23 Sep 1999 14:14:16 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 23 Sep 1999 14:14:45 -0500 (CDT) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id OAA19702 for ; Thu, 23 Sep 1999 14:14:34 -0500 (CDT) 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 ESMTP id PAA21218 for ; Thu, 23 Sep 1999 15:12:21 -0400 (EDT) Original-Received: from giga.cs.rochester.edu (giga.cs.rochester.edu [192.5.53.186]) by cayuga.cs.rochester.edu (8.9.3/Q) with ESMTP id PAA07117 for ; Thu, 23 Sep 1999 15:12:05 -0400 (EDT) Original-Received: (from zsh@localhost) by giga.cs.rochester.edu (8.9.1b+Sun/Q++) id PAA13871; Thu, 23 Sep 1999 15:12:05 -0400 (EDT) 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: Jake Colman's message of "23 Sep 1999 14:58:09 -0400" Original-Lines: 19 User-Agent: Gnus/5.070096 (Pterodactyl Gnus v0.96) Emacs/20.4 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:25225 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:25225 >>>>> "Jake" == Jake Colman writes: Jake> But why is this necessary? Is this the way it us _supposed_ to Jake> work? If pressing 'i' allows me to see the message, that's Jake> great. I'd just like to understand what is going on? Gnus does not display it, because Gnus does not know what the content of attachment actually is. Content-type application/octet-stream is "a catch-all type, this is the most widely abused MIME content-type". If the sender want to you to read the attachment, message/rfc822, instead of application/octet-stream, should be used as content-type just like what Gnus does, but some MUAs use the later. Pressing 'i' on MIME button forces the attachment show as plain text. I guess it is the last easy resort. -- Shenghuo ZHU