From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/43954 Path: main.gmane.org!not-for-mail From: ShengHuo ZHU Newsgroups: gmane.emacs.gnus.general Subject: Re: Trouble with attachments Date: Thu, 21 Mar 2002 14:41:28 -0500 Sender: owner-ding@hpc.uh.edu Message-ID: <2n7ko54sk7.fsf@zsh.cs.rochester.edu> References: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1016739985 28596 127.0.0.1 (21 Mar 2002 19:46:25 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 21 Mar 2002 19:46:25 +0000 (UTC) Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 16o8W0-0007R7-00 for ; Thu, 21 Mar 2002 20:46:25 +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 16o8Sg-0005al-00; Thu, 21 Mar 2002 13:42:58 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 21 Mar 2002 13:43:04 -0600 (CST) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id NAA08871 for ; Thu, 21 Mar 2002 13:42:51 -0600 (CST) Original-Received: (qmail 4908 invoked by alias); 21 Mar 2002 19:42:10 -0000 Original-Received: (qmail 4903 invoked from network); 21 Mar 2002 19:42:09 -0000 Original-Received: from zsh.cs.rochester.edu (HELO zsh.2y.net) (192.5.53.126) by gnus.org with SMTP; 21 Mar 2002 19:42:09 -0000 Original-Received: (from zsh@localhost) by zsh.2y.net (8.11.6/8.11.2) id g2LJfSW17486; Thu, 21 Mar 2002 14:41:28 -0500 Original-To: ding@gnus.org X-Attribution: ZSH X-Face: #zw9`a=vHLkn+ZH8C (Zlatko Calusic's message of "Thu, 21 Mar 2002 17:51:31 +0100") Original-Lines: 20 User-Agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.2.50 (i686-pc-linux-gnu) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:43954 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:43954 Zlatko Calusic writes: > Using attachments in XEmacs/Gnus is simple. You just middle click on > your attachment and Gnus fires appropriate helper applications. Yes. > > But, that doesn't work if attachment filename has spaces inside it. > > I don't know if it is XEmacs' or Gnus' bug, but it is definitely a > long standing (and annoying) one. My apologies if I'm barking up the > wrong tree. It is related to mailcap files in debian. The problem is who should quotes file names, MUA or mailcap. The RFC1524 doesn't mention it. Gnus quotes file names because most mailcap files don't. Mailcap files in debian quote file names with quotation marks, but, IMHO, it doesn't entirely solve the problem because file names may contain quotation marks too. ShengHuo