From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/59091 Path: main.gmane.org!not-for-mail From: Kai Grossjohann Newsgroups: gmane.emacs.gnus.general Subject: Re: reducing headers in gnus-summary-mail-forward ARG 4 Date: Wed, 10 Nov 2004 09:02:17 +0100 Message-ID: <864qjyp1x2.fsf@ketchup.de.uu.net> References: <86bre7l1rs.fsf@ketchup.de.uu.net> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1100073872 7812 80.91.229.6 (10 Nov 2004 08:04:32 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 10 Nov 2004 08:04:32 +0000 (UTC) Original-X-From: ding-owner+M7631@lists.math.uh.edu Wed Nov 10 09:04:18 2004 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13] ident=mail) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CRnSk-00088k-00 for ; Wed, 10 Nov 2004 09:04:18 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1CRnR7-00050E-00; Wed, 10 Nov 2004 02:02:38 -0600 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1CRnQu-000506-00 for ding@lists.math.uh.edu; Wed, 10 Nov 2004 02:02:24 -0600 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by util2.math.uh.edu with esmtp (Exim 4.30) id 1CRnQr-0002Fl-S5 for ding@lists.math.uh.edu; Wed, 10 Nov 2004 02:02:21 -0600 Original-Received: from quimby.gnus.org (quimby.gnus.org [80.91.224.244]) by justine.libertine.org (Postfix) with ESMTP id 31C063A0200 for ; Wed, 10 Nov 2004 02:02:19 -0600 (CST) Original-Received: from news by quimby.gnus.org with local (Exim 3.35 #1 (Debian)) id 1CRnQp-0002bA-00 for ; Wed, 10 Nov 2004 09:02:19 +0100 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 19 Original-NNTP-Posting-Host: ketchup.de.uu.net Original-X-Trace: quimby.gnus.org 1100073739 9436 139.4.38.244 (10 Nov 2004 08:02:19 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: Wed, 10 Nov 2004 08:02:19 +0000 (UTC) User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:5/4nnP0xqqgeFMnOGlnJt++cjkY= Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: main.gmane.org gmane.emacs.gnus.general:59091 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:59091 Ted Stern writes: > On 9 Nov 2004 at 03:06 PST, Kai Grossjohann wrote: >> Ted Stern writes: >> >>> If I use M-4 C-c C-f, I get the correct wrapper, but it includes nearly 40 >>> lines of irrelevant headers. >> >> What does message-forward-ignored-headers do? > > It changes the headers in *all* forms of message forwarding. I want to reduce > the number of headers only the non-attachment form. Ah, I see. Well, then a small function that let-binds message-forward-ignored-headers around the invocation of gnus-summary-mail-forward seems to be the way to go. Kai