Gnus development mailing list
 help / color / mirror / Atom feed
* bug in message.el, message-forward-make-body-plain
@ 2004-11-30 20:08 Ted Stern
  2004-12-01  8:19 ` Katsumi Yamaoka
  0 siblings, 1 reply; 10+ messages in thread
From: Ted Stern @ 2004-11-30 20:08 UTC (permalink / 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)




^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2004-12-20 18:06 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-11-30 20:08 bug in message.el, message-forward-make-body-plain Ted Stern
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

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).