From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/25138 Path: main.gmane.org!not-for-mail From: Steinar Bang Newsgroups: gmane.emacs.gnus.general Subject: Re: Replacing "AW:" with "Re:" Date: 17 Sep 1999 09:37:21 +0200 Sender: owner-ding@hpc.uh.edu 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 1035162579 12482 80.91.224.250 (21 Oct 2002 01:09:39 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:09:39 +0000 (UTC) Return-Path: Original-Received: from bart.math.uh.edu (bart.math.uh.edu [129.7.128.48]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id DAA21901 for ; Fri, 17 Sep 1999 03:40:32 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by bart.math.uh.edu (8.9.1/8.9.1) with ESMTP id CAB01078; Fri, 17 Sep 1999 02:40:28 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 17 Sep 1999 02:40:35 -0500 (CDT) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id CAA12460 for ; Fri, 17 Sep 1999 02:39:39 -0500 (CDT) Original-Received: from viffer.oslo.metis.no (sb@viffer.oslo.metis.no [195.0.254.249]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id DAA21891 for ; Fri, 17 Sep 1999 03:38:57 -0400 (EDT) Original-Received: (from sb@localhost) by viffer.oslo.metis.no (8.8.8/8.8.8) id JAA19053; Fri, 17 Sep 1999 09:37:22 +0200 Original-To: ding@gnus.org In-Reply-To: Lars Balker Rasmussen's message of "Thu, 16 Sep 1999 19:40:11 GMT" Original-Lines: 18 User-Agent: Gnus/5.070084 (Pterodactyl Gnus v0.84) XEmacs/20.4 (Emerald) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:25138 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:25138 >>>>> Lars Balker Rasmussen : > Steinar Bang writes: >> (As well as AW, this takes care of "Ad", "SV" and "RE", and the >> "galloping Re: SV: Re: syndrome...) >> >> Unfortunately this doesn't help with USENET messages. :-/ > I found that most of the problem disappeared with the following: > (setq gnus-simplify-ignored-prefixes "^\\(Sv: \\|Re: \\)+" > gnus-simplify-subject-functions '(gnus-simplify-subject > gnus-simplify-whitespace)) > (fill in your favourite Re-variants). Does this fix subjects in summary listings? Or just in the article itself?