From: David Bremner Date: Fri, 17 May 2013 13:13:02 +0000 (+2100) Subject: Re: Joining messages into threads X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=122ff36a994b7f2a134a66e8ba2a6a201217e358;p=notmuch-archives.git Re: Joining messages into threads --- diff --git a/7f/800f4045d47e274d56d435e53453525b24d132 b/7f/800f4045d47e274d56d435e53453525b24d132 new file mode 100644 index 000000000..5cc2d85ec --- /dev/null +++ b/7f/800f4045d47e274d56d435e53453525b24d132 @@ -0,0 +1,73 @@ +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 0F6C0431FC3 + for ; Fri, 17 May 2013 06:13:23 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: -2.3 +X-Spam-Level: +X-Spam-Status: No, score=-2.3 tagged_above=-999 required=5 + tests=[RCVD_IN_DNSWL_MED=-2.3] 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 fo1oSTzq8T7f for ; + Fri, 17 May 2013 06:13:15 -0700 (PDT) +Received: from tempo.its.unb.ca (tempo.its.unb.ca [131.202.1.21]) + (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 5C03C431FC2 + for ; Fri, 17 May 2013 06:13:15 -0700 (PDT) +Received: from tesseract.cs.unb.ca (tesseract.cs.unb.ca [131.202.240.238]) + by tempo.its.unb.ca (8.13.8/8.13.8) with ESMTP id r4HDDCkM020830; + Fri, 17 May 2013 10:13:12 -0300 +Received: from convex-new.cs.unb.ca ([131.202.245.35]) + by tesseract.cs.unb.ca with esmtpsa + (TLS1.2:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.80) + (envelope-from ) + id 1UdKT6-0007wV-3y; Fri, 17 May 2013 10:13:12 -0300 +Received: from bremner by convex-new.cs.unb.ca with local (Exim 4.80) + (envelope-from ) + id 1UdKT0-00051t-OL; Fri, 17 May 2013 10:13:02 -0300 +From: David Bremner +To: Vladimir Marek , notmuch@notmuchmail.org +Subject: Re: Joining messages into threads +In-Reply-To: <20130513091612.GC2036@vi64-x3-2e-prg06.cz.oracle.com> +References: <20130513091612.GC2036@vi64-x3-2e-prg06.cz.oracle.com> +User-Agent: Notmuch/0.14+257~ge43e0af (http://notmuchmail.org) Emacs/24.2.1 + (x86_64-pc-linux-gnu) +Date: Fri, 17 May 2013 10:13:02 -0300 +Message-ID: <87fvxlbvhd.fsf@convex-new.cs.unb.ca> +MIME-Version: 1.0 +Content-Type: text/plain +X-Spam_bar: - +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: Fri, 17 May 2013 13:13:23 -0000 + +Vladimir Marek writes: +> +> I am getting mails from some automated tools (let's imagine bugzilla for +> example), which concern several specific topics (like bugs). +> Unfortunately those mails are not 'threaded' (don't have In-Reply-To +> header). Once the mails are indexed, is there a way make them threaded? +> I don't think that just editing the mail file and running 'notmuch new' +> would find out. + +Currently there is not a way to force two messages to be (or not to be) +in the same thread in notmuch. Threads are not (explicit) objects in +the database so this complicates things a bit. + +d +