From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/25763 Path: main.gmane.org!not-for-mail From: Jack Vinson Newsgroups: gmane.emacs.gnus.general Subject: Re: message-ignored-forward-headers (was: Re: gnus-summary-mail-forward - included headers) Date: 08 Oct 1999 13:41:01 -0500 Sender: owner-ding@hpc.uh.edu Message-ID: References: <199909141624.JAA09226@deimos.liberate.com> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035163092 15755 80.91.224.250 (21 Oct 2002 01:18:12 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:18:12 +0000 (UTC) Return-Path: Original-Received: from spinoza.math.uh.edu (spinoza.math.uh.edu [129.7.128.18]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id OAA15725 for ; Fri, 8 Oct 1999 14:48:37 -0400 (EDT) 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 NAB02444; Fri, 8 Oct 1999 13:47:03 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 08 Oct 1999 13:46:55 -0500 (CDT) 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 NAA26533 for ; Fri, 8 Oct 1999 13:46:45 -0500 (CDT) Original-Received: from gatekeeper2.monsanto.com (gatekeeper2.monsanto.com [199.89.234.124]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id OAA15648 for ; Fri, 8 Oct 1999 14:44:46 -0400 (EDT) Original-Received: by gatekeeper2.monsanto.com; id NAA01352; Fri, 8 Oct 1999 13:44:39 -0500 (CDT) Original-Received: from mhstl1.monsanto.com(10.135.250.82) by gatekeeper2.monsanto.com via smap (V4.2) id xma000715; Fri, 8 Oct 99 13:44:11 -0500 Original-Received: from VINSON12 ([137.35.49.139]) by mhstl1.monsanto.com (8.8.8+Sun/8.8.8) with ESMTP id NAA22277 for ; Fri, 8 Oct 1999 13:47:47 -0500 (CDT) Original-To: ding@gnus.org X-Home-Page: http://www.cis.upenn.edu/~vinson In-Reply-To: Jim Davidson's message of "08 Oct 1999 09:52:49 -0700" Original-Lines: 24 User-Agent: Gnus/5.070097 (Pterodactyl Gnus v0.97) Emacs/20.4 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:25763 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:25763 >>>>> "JD" == Jim Davidson writes: JD> Jack Vinson writes: >> >> Does this actually work for anyone? I tried to forward a message and >> discovered that the forwarded part contained all the headers I didn't want >> anyway. >> JD> I'm experiencing the same behavior. It appears that the function JD> message-forward includes a spurious call to JD> (message-narrow-to-head) Yep. Comment out this call at the end of message-forward and all is well. The *real* problem is that message-narrow-to-head calls (widen) as its first activity. As a result, the message is narrowed to its TRUE head instead of the head of the forwarded message. Lars, which is more important to fix? It looks like all the message-narrow-to.*-head.* functions call widen first. -- Jack Vinson Bart: No one is interested in my underpants.