From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/38429 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 16:08:28 -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 1035174293 22335 80.91.224.250 (21 Oct 2002 04:24:53 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 04:24:53 +0000 (UTC) Return-Path: Return-Path: Original-Received: (qmail 9105 invoked from network); 29 Aug 2001 20:08:55 -0000 Original-Received: from frampton.cisco.com (161.44.253.15) by gnus.org with SMTP; 29 Aug 2001 20:08:55 -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 QAA24215 for ; Wed, 29 Aug 2001 16:08:28 -0400 (EDT) Original-Received: (from zzz@localhost) by zzz.cisco.com (8.9.3/8.9.3) id QAA22031; Wed, 29 Aug 2001 16:08:28 -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 15:46:21 -0400") User-Agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/20.7 Original-Lines: 17 Xref: main.gmane.org gmane.emacs.gnus.general:38429 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:38429 prj@po.cwru.edu (Paul Jarc) writes: > the defaults encourage good behavior. the help text could actively discourage people from changing the reply prefix: (defcustom message-subject-re "Re: " "*The string to insert at the beginning of subject lines when replying. The standard value is \"Re: \" regardless of what language you use elsewhere in your email messages. Most mail readers look for \"Re: \" at the beginning of subject lines and handle that prefix specially. Selecting a different prefix value would likely confuse most mail readers." :group 'message-various :type 'string) m.