From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/27357 Path: main.gmane.org!not-for-mail From: Shenghuo ZHU Newsgroups: gmane.emacs.gnus.general Subject: Re: Responding to a MIME attachment Date: 01 Dec 1999 08:36:20 -0500 Organization: U of Rochester Sender: owner-ding@hpc.uh.edu Message-ID: <2nvh6ivl4b.fsf@tiger.jia.vnet> References: <9t9r9h6ewpb.fsf@mraz.iskon.hr> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035164395 24104 80.91.224.250 (21 Oct 2002 01:39:55 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:39:55 +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 IAA00138 for ; Wed, 1 Dec 1999 08:38:22 -0500 (EST) 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 HAB32141; Wed, 1 Dec 1999 07:38:04 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 01 Dec 1999 07:38:18 -0600 (CST) 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 HAA19860 for ; Wed, 1 Dec 1999 07:38:06 -0600 (CST) Original-Received: from mailout1.nyroc.rr.com (mailout1-1.nyroc.rr.com [24.92.226.146]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id IAA00133 for ; Wed, 1 Dec 1999 08:37:41 -0500 (EST) Original-Received: from heart.cs.rochester.edu ([24.24.58.252]) by mailout1.nyroc.rr.com (Post.Office MTA v3.5.3 release 223 ID# 0-59787U250000L250000S0V35) with ESMTP id com for ; Wed, 1 Dec 1999 08:35:39 -0500 Original-Received: (from zsh@localhost) by heart.cs.rochester.edu (8.9.3/8.9.3) id IAA03392; Wed, 1 Dec 1999 08:36:21 -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: Hrvoje Niksic's message of "01 Dec 1999 12:18:08 +0100" Original-Lines: 23 User-Agent: Gnus/5.070099 (Pterodactyl Gnus v0.99) XEmacs/21.2 (Shinjuku) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:27357 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:27357 >>>>> "Hrvoje" == Hrvoje Niksic writes: Hrvoje> I don't know how to (easily) respond to a message that is Hrvoje> included as a message/rfc822 attachment. It used to be Hrvoje> possible to press C-d, find the message and respond to it, but Hrvoje> that no longer works. Instead, I get "No articles in group Hrvoje> nnml:private-11330". Hrvoje> Any comments? I guess the message is not message/rfc822 attachment but old format forward and the part is generated by mm-uu. To verify my conjecture, type (C-u g). However, digest does not support forward format. Simply creating a forward type in digest would help, but not in all situations. Some mail servers (MTA's) may encode a message with base64, which causes the simple solution failed, since Gnus can not find the boundary in an encoded message, I guess. I think we need a reply function on a mm part. -- Shenghuo