From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/47916 Path: main.gmane.org!not-for-mail From: ShengHuo ZHU Newsgroups: gmane.emacs.gnus.general Subject: Re: gnus-mime-copy-part and filename Date: Tue, 26 Nov 2002 20:52:06 -0500 Sender: owner-ding@hpc.uh.edu Message-ID: <2nk7izpynt.fsf@zsh.cs.rochester.edu> References: <878yzrc1ri.fsf@zip.com.au> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1038361865 26803 80.91.224.249 (27 Nov 2002 01:51:05 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 27 Nov 2002 01:51:05 +0000 (UTC) Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18GrM0-0006y8-00 for ; Wed, 27 Nov 2002 02:51:04 +0100 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 18GrNZ-0002Q0-00; Tue, 26 Nov 2002 19:52:41 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 26 Nov 2002 19:53:25 -0600 (CST) Original-Received: from sclp3.sclp.com (qmailr@[209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id TAA23531 for ; Tue, 26 Nov 2002 19:53:11 -0600 (CST) Original-Received: (qmail 25183 invoked by alias); 27 Nov 2002 01:52:14 -0000 Original-Received: (qmail 25178 invoked from network); 27 Nov 2002 01:52:13 -0000 Original-Received: from roc-24-58-65-187.rochester.rr.com (HELO piglet.jia.vnet) (@24.58.65.187) by gnus.org with SMTP; 27 Nov 2002 01:52:13 -0000 Original-Received: from piglet.jia.vnet (IDENT:6utxN38JPKQ3tjZ6BXsc0EYy/QS6VP4p@localhost [127.0.0.1]) by piglet.jia.vnet (8.12.5/8.12.5) with ESMTP id gAR1q717005485 for ; Tue, 26 Nov 2002 20:52:07 -0500 Original-Received: (from zsh@localhost) by piglet.jia.vnet (8.12.5/8.12.5/Submit) id gAR1q6rT005483; Tue, 26 Nov 2002 20:52:06 -0500 X-Authentication-Warning: piglet.jia.vnet: zsh set sender to zsh@cs.rochester.edu using -f Original-To: ding@gnus.org X-Attribution: ZSH X-Face: #zw9`a=vHLkn+ZH8C (Kevin Ryde's message of "Mon, 18 Nov 2002 07:41:37 +1000") User-Agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.3.50 (i686-pc-linux-gnu) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:47916 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:47916 Kevin Ryde writes: > I notice gnus-mime-copy-part (`c' on the button) looks for a filename > parameter from mm-handle-type, but I wonder if that ought to be > mm-handle-disposition. > > Certainly gnus itself seems to give the filename under > Content-Disposition rather than Content-Type, following rfc2183 if I > read it right. > > Fixing this lets normal-mode do the right thing in the new buffer. > > * gnus-art.el (gnus-mime-copy-part): Look for filename > parameter under content-disposition, not content-type. Installed. ShengHuo