Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 6863E4196F0 for ; Tue, 23 Mar 2010 10:31:14 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 2.782 X-Spam-Level: ** X-Spam-Status: No, score=2.782 tagged_above=-999 required=5 tests=[BAYES_50=0.8, RDNS_DYNAMIC=0.982, TO_NO_BRKTS_DYNIP=1] autolearn=no Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id n++FooUT7sCW for ; Tue, 23 Mar 2010 10:31:14 -0700 (PDT) Received: from hackervisions.org (67-207-143-141.slicehost.net [67.207.143.141]) by olra.theworths.org (Postfix) with ESMTP id 08CE6431FC1 for ; Tue, 23 Mar 2010 10:31:14 -0700 (PDT) Received: from ool-4572a809.dyn.optonline.net ([69.114.168.9] helo=localhost) by hv with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.69) (envelope-from ) id 1Nu7wf-0001lC-1d; Tue, 23 Mar 2010 13:31:13 -0400 From: James Vasile To: Jesse Rosenthal , notmuch@notmuchmail.org In-Reply-To: <87sk7rloo4.fsf@jhu.edu> References: <87sk7rloo4.fsf@jhu.edu> Date: Tue, 23 Mar 2010 13:31:09 -0400 Message-ID: <87tys7rllu.fsf@hackervisions.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [notmuch] [PATCH] Name thread based on matching msgs instead of first msg. X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Mar 2010 17:31:14 -0000 On Mon, 22 Mar 2010 23:09:15 -0400, Jesse Rosenthal wrote: > Reply prefixes ("Re: ", "Aw: ", "Sv: ", "Vs: ") are ignored Just out of curiosity, what are Aw, Sv and Vs used for? Are they just "re" in different languages? Thanks.