From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/38420 Path: main.gmane.org!not-for-mail From: Michael.Cook@cisco.com Newsgroups: gmane.emacs.gnus.general Subject: Re: message-subject-re Date: Wed, 29 Aug 2001 14:34:32 -0400 Sender: zzz@cisco.com 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 1035174285 22298 80.91.224.250 (21 Oct 2002 04:24:45 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 04:24:45 +0000 (UTC) Return-Path: Return-Path: Original-Received: (qmail 7788 invoked from network); 29 Aug 2001 18:34:58 -0000 Original-Received: from frampton.cisco.com (161.44.253.15) by gnus.org with SMTP; 29 Aug 2001 18:34:58 -0000 Original-Received: from zzz.cisco.com (zzz.cisco.com [10.89.5.93]) by frampton.cisco.com (8.8.8/2.6/Cisco List Logging/8.8.8) with ESMTP id OAA22567 for ; Wed, 29 Aug 2001 14:34:32 -0400 (EDT) Original-Received: (from zzz@localhost) by zzz.cisco.com (8.9.3/8.9.3) id OAA16245; Wed, 29 Aug 2001 14:34:32 -0400 X-Authentication-Warning: zzz.cisco.com: zzz set sender to zzz@zzz.cisco.com using -f Original-To: ding@gnus.org In-Reply-To: (prj@po.cwru.edu's message of "Wed, 29 Aug 2001 14:29:20 -0400") User-Agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/20.7 Original-Lines: 19 Xref: main.gmane.org gmane.emacs.gnus.general:38420 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:38420 prj@po.cwru.edu (Paul Jarc) writes: > 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? i think you might have misunderstood. message-subject-re is the string that gnus inserts into the subject line when you start composing a reply (or follow-up). the functionality you describe sounds like `message-subject-re-regexp'. m.