[RFC PATCH] test: add devel/test-in-docker.sh
[notmuch-archives.git] / e6 / 85d94791fcf9e16df1f752b1510c3f85dd9943
1 Return-Path: <bremner@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 34EE3491688\r
6         for <notmuch@notmuchmail.org>; Tue,  9 Mar 2010 12:09:14 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -0.319\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.319 tagged_above=-999 required=5\r
12         tests=[AWL=-0.320, BAYES_50=0.001] autolearn=ham\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id oNFx5N9SEImv for <notmuch@notmuchmail.org>;\r
16         Tue,  9 Mar 2010 12:09:13 -0800 (PST)\r
17 Received: from convex-new.cs.unb.ca (convex-new.cs.unb.ca [131.202.245.35])\r
18         by olra.theworths.org (Postfix) with ESMTP id 68827476B9A\r
19         for <notmuch@notmuchmail.org>; Tue,  9 Mar 2010 12:09:13 -0800 (PST)\r
20 Received: from bremner by convex-new.cs.unb.ca with local (Exim 4.69)\r
21         (envelope-from <bremner@unb.ca>)\r
22         id 1Np5jc-0002TX-Mv; Tue, 09 Mar 2010 16:08:56 -0400\r
23 From: David Bremner <david@tethera.net>\r
24 To: Carl Worth <cworth@cworth.org>, notmuch@notmuchmail.org\r
25 In-Reply-To: <871vftjr0o.fsf@yoom.home.cworth.org>\r
26 References: <1259979997-31544-1-git-send-email-david@tethera.net>\r
27         <871vftjr0o.fsf@yoom.home.cworth.org>\r
28 Date: Tue, 09 Mar 2010 16:08:56 -0400\r
29 Message-ID: <87k4tluujr.fsf@convex-new.cs.unb.ca>\r
30 MIME-Version: 1.0\r
31 Content-Type: text/plain; charset=us-ascii\r
32 Subject: Re: [notmuch] Patches in support of linking from org-mode\r
33 X-BeenThere: notmuch@notmuchmail.org\r
34 X-Mailman-Version: 2.1.13\r
35 Precedence: list\r
36 List-Id: "Use and development of the notmuch mail system."\r
37         <notmuch.notmuchmail.org>\r
38 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
39         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
40 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
41 List-Post: <mailto:notmuch@notmuchmail.org>\r
42 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
43 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
44         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
45 X-List-Received-Date: Tue, 09 Mar 2010 20:09:14 -0000\r
46 \r
47 On Tue, 09 Mar 2010 10:20:39 -0800, Carl Worth <cworth@cworth.org> wrote:\r
48 \r
49 > And please let me know if you need any further changes to notmuch to\r
50 > make it work better with org-mode. (A recent message on this list does\r
51 > make me very interested to try out org-mode and to make sure it\r
52 > integrates well with notmuch.)\r
53 \r
54 The last patches needed for initial org-mode support are \r
55     id:1267015920-8999-1-git-send-email-david@tethera.net\r
56     (notmuch-query.el)\r
57 \r
58     and\r
59 \r
60     1265773528-30794-1-git-send-email-david@tethera.net \r
61     (emacs subdirectory)\r
62 \r
63 The first is needed by the code which creates links to notmuch\r
64 threads. Since threads are mutable, what it does turn a thread-id into a\r
65 list of message-ids.  \r
66 \r
67 All the best,\r
68 \r
69 David\r
70 \r