From 00d51e8793ab7c953289290a25ff6f20306edafa Mon Sep 17 00:00:00 2001 From: Vladimir Marek Date: Mon, 13 May 2013 11:16:12 +0200 Subject: [PATCH] Joining messages into threads --- 15/ff453d31051abc3b85c09ea8ce192708936fc6 | 79 +++++++++++++++++++++++ 1 file changed, 79 insertions(+) create mode 100644 15/ff453d31051abc3b85c09ea8ce192708936fc6 diff --git a/15/ff453d31051abc3b85c09ea8ce192708936fc6 b/15/ff453d31051abc3b85c09ea8ce192708936fc6 new file mode 100644 index 000000000..d7191f3fd --- /dev/null +++ b/15/ff453d31051abc3b85c09ea8ce192708936fc6 @@ -0,0 +1,79 @@ +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 D5BA2431FB6 + for ; Mon, 13 May 2013 02:16:25 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: -2.299 +X-Spam-Level: +X-Spam-Status: No, score=-2.299 tagged_above=-999 required=5 + tests=[RCVD_IN_DNSWL_MED=-2.3, UNPARSEABLE_RELAY=0.001] + 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 e5b2O2SqGGOw for ; + Mon, 13 May 2013 02:16:19 -0700 (PDT) +Received: from aserp1040.oracle.com (aserp1040.oracle.com [141.146.126.69]) + (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id A62EE431FAE + for ; Mon, 13 May 2013 02:16:19 -0700 (PDT) +Received: from acsinet22.oracle.com (acsinet22.oracle.com [141.146.126.238]) + by aserp1040.oracle.com (Sentrion-MTA-4.3.1/Sentrion-MTA-4.3.1) with + ESMTP id r4D9GGpT029602 + (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) + for ; Mon, 13 May 2013 09:16:19 GMT +Received: from aserz7021.oracle.com (aserz7021.oracle.com [141.146.126.230]) + by acsinet22.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id + r4D9GFcg017190 + (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL) + for ; Mon, 13 May 2013 09:16:16 GMT +Received: from abhmt119.oracle.com (abhmt119.oracle.com [141.146.116.71]) + by aserz7021.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id + r4D9GFu1024208 + for ; Mon, 13 May 2013 09:16:15 GMT +Received: from vi64-x3-2e-prg06.cz.oracle.com (/10.163.102.127) + by default (Oracle Beehive Gateway v4.0) + with ESMTP ; Mon, 13 May 2013 02:16:15 -0700 +Date: Mon, 13 May 2013 11:16:12 +0200 +From: Vladimir Marek +To: notmuch@notmuchmail.org +Subject: Joining messages into threads +Message-ID: <20130513091612.GC2036@vi64-x3-2e-prg06.cz.oracle.com> +MIME-Version: 1.0 +Content-Type: text/plain; charset=utf-8 +Content-Disposition: inline +User-Agent: Mutt/ (2012-12-30) +X-Source-IP: acsinet22.oracle.com [141.146.126.238] +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: Mon, 13 May 2013 09:16:26 -0000 + +Hi, + +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. + +Similar question would be, can I join two separate message threads into +one by making the 'head' of one thread to be 'child' of the other +thread? + +Thank you +-- + Vlad -- 2.26.2