Gnus development mailing list
 help / color / mirror / Atom feed
From: Ted Stern <stern+gnus@cray.com>
Subject: bug in message.el, message-forward-make-body-plain
Date: Tue, 30 Nov 2004 12:08:17 -0800	[thread overview]
Message-ID: <yccsm6r9k26.fsf@monkeypuzzle.wc.cray.com> (raw)

message-forward ignores message-forward-ignored-headers when the prefix
argument is non-nil.

To demonstrate:  Change the value of message-forward-ignored-headers globally,

(setq message-forward-ignored-headers
      (concat "^"
              (regexp-opt '(
                            "Content-"
                            "X"
                            "Path"
                            "NTTP"
                            "User"
                            "Received"
                            "Return"
                            "Message"
                            "MIME"
                            "References"
                            "In-"
                            "Status"
                            "Lines"
                            "List") t) ".*:"))

Now enter any gnus group, and attempt to forward a message using

    C-u C-c C-f

Instead of removing all but 4 or 5 relevant headers, nothing is changed.

The same error occurs with

    M-4 C-c C-f
-- 
 Ted Stern                                 Applications Group
 Cray Inc.                               office: 206-701-2182
 411 First Avenue South, Suite 600         cell: 206-383-1049
 Seattle, WA 98104-2860                     FAX: 206-701-2500

 Frango ut patefaciam -- I break that I may reveal
 (The Paleontological Society motto, equally apropos for debugging)




             reply	other threads:[~2004-11-30 20:08 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-11-30 20:08 Ted Stern [this message]
2004-12-01  8:19 ` Katsumi Yamaoka
2004-12-01 19:15   ` Ted Stern
2004-12-01 19:48   ` Romain Francoise
2004-12-01 21:39     ` Ted Stern
2004-12-01 21:56       ` Romain Francoise
2004-12-02  8:25         ` Katsumi Yamaoka
2004-12-02  9:09           ` Romain Francoise
2004-12-19 22:26     ` Kai Grossjohann
2004-12-20 18:06       ` Ted Stern

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=yccsm6r9k26.fsf@monkeypuzzle.wc.cray.com \
    --to=stern+gnus@cray.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).