From: David Bremner Date: Sun, 17 Aug 2014 00:49:14 +0000 (+1700) Subject: Re: [PATCH 0/2] Improve message threading X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c42982af77b7981714a01b6981f0db509e6c545b;p=notmuch-archives.git Re: [PATCH 0/2] Improve message threading --- diff --git a/37/f0fd225e3e2acd5c91433ee7d4cd23b78b03cd b/37/f0fd225e3e2acd5c91433ee7d4cd23b78b03cd new file mode 100644 index 000000000..6f20febdb --- /dev/null +++ b/37/f0fd225e3e2acd5c91433ee7d4cd23b78b03cd @@ -0,0 +1,70 @@ +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 19F4E431FC9 + for ; Sat, 16 Aug 2014 17:49:31 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 0 +X-Spam-Level: +X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] + autolearn=disabled +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 H7ahrhL9IwFd for ; + Sat, 16 Aug 2014 17:49:23 -0700 (PDT) +Received: from yantan.tethera.net (yantan.tethera.net [199.188.72.155]) + (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 7EE12431FC7 + for ; Sat, 16 Aug 2014 17:49:23 -0700 (PDT) +Received: from remotemail by yantan.tethera.net with local (Exim 4.80) + (envelope-from ) + id 1XIoet-0001TR-5D; Sat, 16 Aug 2014 21:49:19 -0300 +Received: (nullmailer pid 5400 invoked by uid 1000); Sun, 17 Aug 2014 + 00:49:14 -0000 +From: David Bremner +To: Michal Sojka , notmuch@notmuchmail.org +Subject: Re: [PATCH 0/2] Improve message threading +In-Reply-To: <1401113157-32454-1-git-send-email-sojkam1@fel.cvut.cz> +References: <1401113157-32454-1-git-send-email-sojkam1@fel.cvut.cz> +User-Agent: Notmuch/0.18.1 (http://notmuchmail.org) Emacs/24.3.1 + (x86_64-pc-linux-gnu) +Date: Sat, 16 Aug 2014 17:49:14 -0700 +Message-ID: <871tsgc54l.fsf@maritornes.cs.unb.ca> +MIME-Version: 1.0 +Content-Type: text/plain +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: Sun, 17 Aug 2014 00:49:31 -0000 + +Michal Sojka writes: + +> Hi all, +> +> I noticed that in certain situations notmuch does not reconstruct +> thread structure correctly. The fix was quite trivial - see the +> patches. +> +> The patch fixes my problem, however, as I learnt from the thread +> around id:87oazwjq1e.fsf@yoom.home.cworth.org, there are more problems +> in this code. I think that my problem is orthogonal to what was +> discussed there. +> +> The patch does not break any existing text (except two in +> T460-emacs-tree.sh, which fail even with 0.18 on my system). + +Pushed, + +d