From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/33512 Path: main.gmane.org!not-for-mail From: prj@po.cwru.edu (Paul Jarc) Newsgroups: gmane.emacs.gnus.general Subject: Re: Pipe entire article including headers, rfc822 attachment headers? Date: 29 Nov 2000 17:56:22 -0500 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035169604 25542 80.91.224.250 (21 Oct 2002 03:06:44 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 03:06:44 +0000 (UTC) Return-Path: Original-Received: from spinoza.math.uh.edu (spinoza.math.uh.edu [129.7.128.18]) by mailhost.sclp.com (Postfix) with ESMTP id 4DCFFD049A for ; Wed, 29 Nov 2000 18:03:19 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by spinoza.math.uh.edu (8.9.1/8.9.1) with ESMTP id QAB20795; Wed, 29 Nov 2000 16:58:55 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 29 Nov 2000 16:56:13 -0600 (CST) 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 QAA22278 for ; Wed, 29 Nov 2000 16:56:04 -0600 (CST) Original-Received: from multivac.student.cwru.edu (multivac.STUDENT.CWRU.Edu [129.22.239.69]) by mailhost.sclp.com (Postfix) with SMTP id 1F55BD049A for ; Wed, 29 Nov 2000 17:56:29 -0500 (EST) Original-Received: (qmail 16147 invoked by uid 500); 29 Nov 2000 22:56:45 -0000 Mail-Followup-To: ding@gnus.org Original-To: ding@gnus.org In-Reply-To: Chris Shenton's message of "29 Nov 2000 15:38:21 -0500" Original-Lines: 11 User-Agent: Gnus/5.0807 (Gnus v5.8.7) Emacs/20.7 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:33512 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:33512 Chris Shenton writes: > I'm trying to pipe messages to a program from Summary with `|' but > the program gets only the parts of the message visible in the > *Article* buffer. [...] Is there a way to pipe the raw, > un-mimified, fully-headered message to something? You can pull the raw, un-mimified, fully-headered message into the *Article* buffer with C-u g. Then | ought to catch the whole thing. paul