Re: [PATCH v4 13/16] add indexopts to notmuch python bindings.
[notmuch-archives.git] / 6d / 54edaba8ae3c4bcc1c3b7a45a079f5a6440b38
1 Return-Path: <bremner@pivot.cs.unb.ca>\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 F1997431FC0\r
6         for <notmuch@notmuchmail.org>; Thu, 17 Dec 2009 16:20:54 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 Received: from olra.theworths.org ([127.0.0.1])\r
9         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
10         with ESMTP id h8cmfwi5e2aq for <notmuch@notmuchmail.org>;\r
11         Thu, 17 Dec 2009 16:20:54 -0800 (PST)\r
12 Received: from pivot.cs.unb.ca (pivot.cs.unb.ca [131.202.240.57])\r
13         by olra.theworths.org (Postfix) with ESMTP id F0567431FBF\r
14         for <notmuch@notmuchmail.org>; Thu, 17 Dec 2009 16:20:53 -0800 (PST)\r
15 Received: from\r
16         fctnnbsc30w-142167182194.pppoe-dynamic.high-speed.nb.bellaliant.net\r
17         ([142.167.182.194] helo=localhost)\r
18         by pivot.cs.unb.ca with esmtpsa (TLS1.0:RSA_AES_256_CBC_SHA1:32)\r
19         (Exim 4.69) (envelope-from <bremner@pivot.cs.unb.ca>)\r
20         id 1NLQaS-00027q-VE; Thu, 17 Dec 2009 20:20:53 -0400\r
21 Received: from bremner by localhost with local (Exim 4.69)\r
22         (envelope-from <bremner@pivot.cs.unb.ca>)\r
23         id 1NLQaN-0006qn-Ih; Thu, 17 Dec 2009 20:20:47 -0400\r
24 From: David Bremner <bremner@unb.ca>\r
25 To: Carl Worth <cworth@cworth.org>, notmuch@notmuchmail.org\r
26 In-Reply-To: <87ws0n21sb.fsf@yoom.home.cworth.org>\r
27 References: <874onsszgw.fsf@convex-new.cs.unb.ca>\r
28         <87ws0n21sb.fsf@yoom.home.cworth.org>\r
29 Date: Thu, 17 Dec 2009 20:20:47 -0400\r
30 Message-ID: <87aaxhrv34.fsf@pivot.cs.unb.ca>\r
31 MIME-Version: 1.0\r
32 Content-Type: text/plain; charset=us-ascii\r
33 X-Sender-Verified: bremner@pivot.cs.unb.ca\r
34 Subject: Re: [notmuch] wish: syncable/immutable threads\r
35 X-BeenThere: notmuch@notmuchmail.org\r
36 X-Mailman-Version: 2.1.12\r
37 Precedence: list\r
38 List-Id: "Use and development of the notmuch mail system."\r
39         <notmuch.notmuchmail.org>\r
40 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
41         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
42 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
43 List-Post: <mailto:notmuch@notmuchmail.org>\r
44 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
45 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
46         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
47 X-List-Received-Date: Fri, 18 Dec 2009 00:20:55 -0000\r
48 \r
49 On Tue, 15 Dec 2009 16:36:04 -0800, Carl Worth <cworth@cworth.org> wrote:\r
50 \r
51 > But yes, if you can make your links depend only on message IDs then you\r
52 > can get reliable results even before we start including thread IDs in\r
53 > the dump output. The result of "notmuch show --entire-thread id:foo" is\r
54 > quite similar to the result of "notmuch show thread:bar" (for the\r
55 > corresponding thread ID of course). It differs only in the "match"\r
56 > field, which is used to determine which messages to open by default.\r
57 \r
58 I'm thinking of making links in the style "threadof:msg-id".  At the\r
59 moment I just substitute id: for threadof: and call notmuch-show. This\r
60 relies on (notmuch-show "id:foo") using "notmuch show --entire-thread"\r
61 or something equivalent.  I could also put another layer of function\r
62 there if relying on the behaviour of notmuch-show is an obviously bad\r
63 idea.\r
64 \r
65 David\r
66 \r