Re: [notmuch] Patches in support of linking from org-mode
authorDavid Bremner <david@tethera.net>
Tue, 9 Mar 2010 20:08:56 +0000 (16:08 +2000)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:36:21 +0000 (09:36 -0800)
e6/85d94791fcf9e16df1f752b1510c3f85dd9943 [new file with mode: 0644]

diff --git a/e6/85d94791fcf9e16df1f752b1510c3f85dd9943 b/e6/85d94791fcf9e16df1f752b1510c3f85dd9943
new file mode 100644 (file)
index 0000000..612b6fe
--- /dev/null
@@ -0,0 +1,70 @@
+Return-Path: <bremner@unb.ca>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id 34EE3491688\r
+       for <notmuch@notmuchmail.org>; Tue,  9 Mar 2010 12:09:14 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -0.319\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-0.319 tagged_above=-999 required=5\r
+       tests=[AWL=-0.320, BAYES_50=0.001] autolearn=ham\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id oNFx5N9SEImv for <notmuch@notmuchmail.org>;\r
+       Tue,  9 Mar 2010 12:09:13 -0800 (PST)\r
+Received: from convex-new.cs.unb.ca (convex-new.cs.unb.ca [131.202.245.35])\r
+       by olra.theworths.org (Postfix) with ESMTP id 68827476B9A\r
+       for <notmuch@notmuchmail.org>; Tue,  9 Mar 2010 12:09:13 -0800 (PST)\r
+Received: from bremner by convex-new.cs.unb.ca with local (Exim 4.69)\r
+       (envelope-from <bremner@unb.ca>)\r
+       id 1Np5jc-0002TX-Mv; Tue, 09 Mar 2010 16:08:56 -0400\r
+From: David Bremner <david@tethera.net>\r
+To: Carl Worth <cworth@cworth.org>, notmuch@notmuchmail.org\r
+In-Reply-To: <871vftjr0o.fsf@yoom.home.cworth.org>\r
+References: <1259979997-31544-1-git-send-email-david@tethera.net>\r
+       <871vftjr0o.fsf@yoom.home.cworth.org>\r
+Date: Tue, 09 Mar 2010 16:08:56 -0400\r
+Message-ID: <87k4tluujr.fsf@convex-new.cs.unb.ca>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain; charset=us-ascii\r
+Subject: Re: [notmuch] Patches in support of linking from org-mode\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Tue, 09 Mar 2010 20:09:14 -0000\r
+\r
+On Tue, 09 Mar 2010 10:20:39 -0800, Carl Worth <cworth@cworth.org> wrote:\r
+\r
+> And please let me know if you need any further changes to notmuch to\r
+> make it work better with org-mode. (A recent message on this list does\r
+> make me very interested to try out org-mode and to make sure it\r
+> integrates well with notmuch.)\r
+\r
+The last patches needed for initial org-mode support are \r
+    id:1267015920-8999-1-git-send-email-david@tethera.net\r
+    (notmuch-query.el)\r
+\r
+    and\r
+\r
+    1265773528-30794-1-git-send-email-david@tethera.net \r
+    (emacs subdirectory)\r
+\r
+The first is needed by the code which creates links to notmuch\r
+threads. Since threads are mutable, what it does turn a thread-id into a\r
+list of message-ids.  \r
+\r
+All the best,\r
+\r
+David\r
+\r