From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/38418 Path: main.gmane.org!not-for-mail From: prj@po.cwru.edu (Paul Jarc) Newsgroups: gmane.emacs.gnus.general Subject: Re: message-subject-re Date: Wed, 29 Aug 2001 14:29:20 -0400 Organization: What did you have in mind? A short, blunt, human pyramid? 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 1035174284 22289 80.91.224.250 (21 Oct 2002 04:24:44 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 04:24:44 +0000 (UTC) Return-Path: Return-Path: Original-Received: (qmail 7714 invoked from network); 29 Aug 2001 18:29:21 -0000 Original-Received: from multivac.student.cwru.edu (HELO multivac.cwru.edu) (261@129.22.96.25) by gnus.org with SMTP; 29 Aug 2001 18:29:21 -0000 Original-Received: (qmail 15860 invoked by uid 500); 29 Aug 2001 18:29:42 -0000 Original-To: ding@gnus.org Mail-Copies-To: never In-Reply-To: (Michael.Cook@cisco.com's message of "Wed, 29 Aug 2001 14:25:54 -0400") User-Agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/20.7 Original-Lines: 11 Xref: main.gmane.org gmane.emacs.gnus.general:38418 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:38418 Michael.Cook@cisco.com wrote: > i wanted to inhibit gnus from inserting "Re:" at the beginning of > subject lines. but it seems that that behavior is hard-coded into > message.el. here's a patch to unharden that code. I'd like to see something more general. In particular, I'd like "(was:.*" to be removed from the Subject: in responses. Maybe a hook is in order? paul