From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/43968 Path: main.gmane.org!not-for-mail From: Matthieu Moy Newsgroups: gmane.emacs.gnus.general Subject: matching Re[1] for threading Date: Fri, 22 Mar 2002 19:19:26 +0100 Organization: Verimag Sender: owner-ding@hpc.uh.edu Message-ID: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1016821305 6637 127.0.0.1 (22 Mar 2002 18:21:45 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 22 Mar 2002 18:21:45 +0000 (UTC) Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 16oTfd-0001ij-00 for ; Fri, 22 Mar 2002 19:21:45 +0100 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 16oTdj-0000mZ-00; Fri, 22 Mar 2002 12:19:47 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 22 Mar 2002 12:19:51 -0600 (CST) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id MAA13870 for ; Fri, 22 Mar 2002 12:19:39 -0600 (CST) Original-Received: (qmail 26966 invoked by alias); 22 Mar 2002 18:19:30 -0000 Original-Received: (qmail 26961 invoked from network); 22 Mar 2002 18:19:30 -0000 Original-Received: from imag.imag.fr (129.88.30.1) by gnus.org with SMTP; 22 Mar 2002 18:19:30 -0000 Original-Received: from montrose.imag.fr (root@montrose.imag.fr [129.88.43.123]) by imag.imag.fr (8.11.6/8.11.6) with ESMTP id g2MIJQY13605 for ; Fri, 22 Mar 2002 19:19:27 +0100 (MET) Original-Received: (from moy@localhost) by montrose.imag.fr (8.9.3/8.9+/ImagV2.feuille) id TAA16196; Fri, 22 Mar 2002 19:19:26 +0100 X-Authentication-Warning: montrose.imag.fr: moy set sender to Matthieu.Moy@imag.fr using -f Original-To: ding@gnus.org Mail-Copies-To: never X-Url: http://www-verimag.imag.fr/~moy/ X-Face: %xEb27l:C~bcH,tGGRk8m'o_}XBMb*NoIbS$sp(:3s+l@PwMH+C*7Vf@Y_]%rP)*/'`Lpt[O9C;jbVo?Qp Mail-Followup-To: ding@gnus.org Original-Lines: 11 User-Agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.1 (i686-pc-linux-gnu) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:43968 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:43968 I noticed that some mailers put "Re[x]:" as subject for reply, where x is the number of successive reply. This is unfortunately not correctly managed by Gnus by default. I suggest the default value of `message-subject-re-regexp' become "^[ ]*\\([Rr][Ee]\\(\\[[0-9]*\\]\\)*:[ ]*\\)*[ ]*" ^^^^^^^^^^^^^^^^^^^ -- Matthieu