From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/32073 Path: main.gmane.org!not-for-mail From: Mike Fabian Newsgroups: gmane.emacs.gnus.general Subject: Re: gnus-summary-mail-forward for more messages? Date: 11 Aug 2000 08:40:11 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: References: Reply-To: mike.fabian@gmx.de NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035168406 17708 80.91.224.250 (21 Oct 2002 02:46:46 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:46:46 +0000 (UTC) Return-Path: Original-Received: from fisher.math.uh.edu (fisher.math.uh.edu [129.7.128.35]) by mailhost.sclp.com (Postfix) with ESMTP id B3447D051E for ; Fri, 11 Aug 2000 02:48:27 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by fisher.math.uh.edu (8.9.1/8.9.1) with ESMTP id BAC20852; Fri, 11 Aug 2000 01:44:37 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 11 Aug 2000 01:42:37 -0500 (CDT) Original-Received: from mailhost.sclp.com (postfix@66-209.196.61.interliant.com [209.196.61.66] (may be forged)) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id BAA05278 for ; Fri, 11 Aug 2000 01:42:26 -0500 (CDT) Original-Received: from mail.gmx.net (pop.gmx.net [194.221.183.20]) by mailhost.sclp.com (Postfix) with SMTP id B5240D051E for ; Fri, 11 Aug 2000 02:42:52 -0400 (EDT) Original-Received: (qmail 24136 invoked by uid 0); 11 Aug 2000 06:42:51 -0000 Original-Received: from a7d48.pppool.de (HELO nozomi.rhein-neckar.de) (213.6.125.72) by mail.gmx.net with SMTP; 11 Aug 2000 06:42:51 -0000 Original-Received: from nozomi.rhein-neckar.de (nozomi.rhein-neckar.de [62.225.55.102]) by nozomi.rhein-neckar.de (8.9.3/8.9.3) with SMTP id IAA22072 for ; Fri, 11 Aug 2000 08:40:11 +0200 Original-To: ding@gnus.org X-Face: "';oPz9V1+<,`}1ZuxRv~EiSusWq*{Yjr"Sdvbhq'?q=2R\\6Y9O/,SAE`{J|6I=|w/sQg< rW_N'E3IV6~f8?\l#Es`]S`mv',PY(`8{$$R?+gLu}Qv/Mn>)?uladFjJ@yl!_p_Jh;5QxlD6zL:?r IXe4FfK$C^mWhh$o`yt;.r.FLZLQOWBt> writes: > Mike Fabian writes: > > > Really? This doesn't seem to work. When I use `S O m' to mail a digest > > to myself and then hit C-d on that digest, I only get something like > > this: > > > > 0[ 125: -> mike@nozomi.rhein] <* mixed> [Various] gnus-summary-mail-forward for more messages? > > 0 [ 2: -> mike@nozomi.rhein] <1 text> > > 0 [ 107: -> mike@nozomi.rhein] <2 rfc822> > > 0 [ 103: Various ] <2 text> gnus-summary-mail-forward for more messages? > > If you then hit `C-d' on this message, you'll get the digest split. It didn't work to hit `C-d' on the rfc822 message when I asked this question ((Gnus v5.8.5) XEmacs/21.1). Kevin Falcone told me to use (setq message-forward-as-mime nil), with this setting it worked, but not with the default t. I just tried it again and now it works very nice with both settings, nil and t ((Gnus v5.8.8) XEmacs/21.1), that means something must have changed recently. Using (setq message-forward-as-mime nil) hitting `C-d' on the digest gives: 0[ 12: Pavel Janik ml. ] gnus-summary-mail-forward for more messages? 0 [ 18: Kevin Falcone ] 0 [ 30: -> Kevin Falcone ] 0 [ 17: Lars Magne Ingebrigt] and with (setq message-forward-as-mime t) hitting `C-d' on the digest gives: 0[ 6: nobody ] Topics 0[ 14: Pavel Janik ml. ] gnus-summary-mail-forward for more messages? 0 [ 19: Kevin Falcone ] 0 [ 31: -> Kevin Falcone ] 0 [ 18: Lars Magne Ingebrigt] i.e. it additionally shows a `Topics' part. Something like the line 0 [ 107: -> mike@nozomi.rhein] <2 rfc822> is not shown anymore with either of these settings. -- Mike Fabian