From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Removing list identifiers in rmail Date: Tue, 10 Jan 2006 14:56:52 -0500 Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1136923090 25381 80.91.229.2 (10 Jan 2006 19:58:10 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 10 Jan 2006 19:58:10 +0000 (UTC) Cc: Reiner Steib , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jan 10 20:58:07 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EwPcz-0002Eq-SK for ged-emacs-devel@m.gmane.org; Tue, 10 Jan 2006 20:57:58 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EwPez-0001mQ-IZ for ged-emacs-devel@m.gmane.org; Tue, 10 Jan 2006 15:00:01 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EwPeK-0001JH-0b for emacs-devel@gnu.org; Tue, 10 Jan 2006 14:59:20 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EwPeJ-0001I5-26 for emacs-devel@gnu.org; Tue, 10 Jan 2006 14:59:19 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EwPeI-0001Hn-GA for emacs-devel@gnu.org; Tue, 10 Jan 2006 14:59:18 -0500 Original-Received: from [132.204.24.67] (helo=mercure.iro.umontreal.ca) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EwPgV-0007bG-Eg; Tue, 10 Jan 2006 15:01:35 -0500 Original-Received: from hidalgo.iro.umontreal.ca (hidalgo.iro.umontreal.ca [132.204.27.50]) by mercure.iro.umontreal.ca (Postfix) with ESMTP id 54CF62CF750; Tue, 10 Jan 2006 14:56:55 -0500 (EST) Original-Received: from asado.iro.umontreal.ca (asado.iro.umontreal.ca [132.204.24.84]) by hidalgo.iro.umontreal.ca (Postfix) with ESMTP id 673884AC00F; Tue, 10 Jan 2006 14:56:52 -0500 (EST) Original-Received: by asado.iro.umontreal.ca (Postfix, from userid 20848) id 4F94CE6C20; Tue, 10 Jan 2006 14:56:52 -0500 (EST) Original-To: Alex Schroeder In-Reply-To: (Alex Schroeder's message of "Tue, 10 Jan 2006 18:37:14 +0100") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) X-DIRO-MailScanner-Information: Please contact the ISP for more information X-DIRO-MailScanner: Found to be clean X-DIRO-MailScanner-SpamCheck: n'est pas un polluriel, SpamAssassin (score=-4.854, requis 5, autolearn=not spam, AWL 0.05, BAYES_00 -4.90) X-MailScanner-From: monnier@iro.umontreal.ca X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:48919 Archived-At: > I also felt that if your mailing list engine adds the tag, then it will > add it again when it resends your message to people on the list, so no > big deal. IIRC there are cases where it doesn't do the right thing: - you receive "Re: [FOOLIST] toto" - you rewrite it as "toto" - the reply you send says "Re: toto" - the mailing-list rewrites it as "[FOOLIST] Re: toto" - people who reply to it with most MUAs send "Re: [FOOLIST] Re: toto" -- Stefan