Re: [PATCH v4 01/16] add util/search-path.{c, h} to test for executables in $PATH
[notmuch-archives.git] / 62 / 99c938ebe4001b286133f754f14f2939aa3707
1 Return-Path: <Vladimir.Marek@Oracle.COM>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id 14D1D431FC7\r
6         for <notmuch@notmuchmail.org>; Fri, 17 May 2013 12:46:44 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -2.299\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-2.299 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_MED=-2.3, UNPARSEABLE_RELAY=0.001]\r
13         autolearn=disabled\r
14 Received: from olra.theworths.org ([127.0.0.1])\r
15         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
16         with ESMTP id jEXLVJl+OrBJ for <notmuch@notmuchmail.org>;\r
17         Fri, 17 May 2013 12:46:35 -0700 (PDT)\r
18 Received: from userp1040.oracle.com (userp1040.oracle.com [156.151.31.81])\r
19         (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))\r
20         (No client certificate requested)\r
21         by olra.theworths.org (Postfix) with ESMTPS id D092F431FC2\r
22         for <notmuch@notmuchmail.org>; Fri, 17 May 2013 12:46:35 -0700 (PDT)\r
23 Received: from acsinet22.oracle.com (acsinet22.oracle.com [141.146.126.238])\r
24         by userp1040.oracle.com (Sentrion-MTA-4.3.1/Sentrion-MTA-4.3.1) with\r
25         ESMTP id r4HJkV80027894\r
26         (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK);\r
27         Fri, 17 May 2013 19:46:32 GMT\r
28 Received: from userz7021.oracle.com (userz7021.oracle.com [156.151.31.85])\r
29         by acsinet22.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id\r
30         r4HJkTdA028504\r
31         (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL);\r
32         Fri, 17 May 2013 19:46:32 GMT\r
33 Received: from abhmt101.oracle.com (abhmt101.oracle.com [141.146.116.53])\r
34         by userz7021.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id\r
35         r4HJkTHm022500; Fri, 17 May 2013 19:46:29 GMT\r
36 Received: from vi64-x3-2e-prg06.cz.oracle.com (/10.163.102.127)\r
37         by default (Oracle Beehive Gateway v4.0)\r
38         with ESMTP ; Fri, 17 May 2013 12:46:28 -0700\r
39 Date: Fri, 17 May 2013 21:46:27 +0200\r
40 From: Vladimir Marek <Vladimir.Marek@Oracle.COM>\r
41 To: David Bremner <david@tethera.net>\r
42 Subject: Re: Re: Joining messages into threads\r
43 Message-ID: <20130517194627.GB17166@vi64-x3-2e-prg06.cz.oracle.com>\r
44 References: <20130513091612.GC2036@vi64-x3-2e-prg06.cz.oracle.com>\r
45         <87fvxlbvhd.fsf@convex-new.cs.unb.ca>\r
46 MIME-Version: 1.0\r
47 Content-Type: text/plain; charset=utf-8\r
48 Content-Disposition: inline\r
49 In-Reply-To: <87fvxlbvhd.fsf@convex-new.cs.unb.ca>\r
50 User-Agent: Mutt/ (2012-12-30)\r
51 X-Source-IP: acsinet22.oracle.com [141.146.126.238]\r
52 Cc: notmuch@notmuchmail.org\r
53 X-BeenThere: notmuch@notmuchmail.org\r
54 X-Mailman-Version: 2.1.13\r
55 Precedence: list\r
56 List-Id: "Use and development of the notmuch mail system."\r
57         <notmuch.notmuchmail.org>\r
58 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
59         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
60 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
61 List-Post: <mailto:notmuch@notmuchmail.org>\r
62 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
63 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
64         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
65 X-List-Received-Date: Fri, 17 May 2013 19:46:44 -0000\r
66 \r
67 > > I am getting mails from some automated tools (let's imagine bugzilla for\r
68 > > example), which concern several specific topics (like bugs).\r
69 > > Unfortunately those mails are not 'threaded' (don't have In-Reply-To\r
70 > > header). Once the mails are indexed, is there a way make them threaded?\r
71 > > I don't think that just editing the mail file and running 'notmuch new'\r
72 > > would find out.\r
73\r
74 > Currently there is not a way to force two messages to be (or not to be)\r
75 > in the same thread in notmuch.  Threads are not (explicit) objects in\r
76 > the database so this complicates things a bit.\r
77 \r
78 Ok, good to know!\r
79 \r
80 Thank you\r
81 -- \r
82         Vlad\r