Re: [PATCH v4 02/16] Move crypto.c into libutil
[notmuch-archives.git] / bf / 7b8414543e31f68155f5c7c310de83312db02c
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 DE80A431FBC\r
6         for <notmuch@notmuchmail.org>; Fri,  4 Dec 2009 18:26:49 -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 2rh89PCUXNuz for <notmuch@notmuchmail.org>;\r
11         Fri,  4 Dec 2009 18:26:49 -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 E8AB9431FAE\r
14         for <notmuch@notmuchmail.org>; Fri,  4 Dec 2009 18:26:48 -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 1NGkMB-0000bJ-Pg\r
21         for notmuch@notmuchmail.org; Fri, 04 Dec 2009 22:26:48 -0400\r
22 Received: from bremner by localhost with local (Exim 4.69)\r
23         (envelope-from <bremner@pivot.cs.unb.ca>) id 1NGkM5-0008FC-M8\r
24         for notmuch@notmuchmail.org; Fri, 04 Dec 2009 22:26:41 -0400\r
25 From: david@tethera.net\r
26 To: notmuch@notmuchmail.org\r
27 Date: Fri,  4 Dec 2009 22:26:35 -0400\r
28 Message-Id: <1259979997-31544-1-git-send-email-david@tethera.net>\r
29 X-Mailer: git-send-email 1.6.5.3\r
30 X-Sender-Verified: bremner@pivot.cs.unb.ca\r
31 Subject: [notmuch] Patches in support of linking from org-mode\r
32 X-BeenThere: notmuch@notmuchmail.org\r
33 X-Mailman-Version: 2.1.12\r
34 Precedence: list\r
35 List-Id: "Use and development of the notmuch mail system."\r
36         <notmuch.notmuchmail.org>\r
37 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
38         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
39 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
40 List-Post: <mailto:notmuch@notmuchmail.org>\r
41 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
42 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
43         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
44 X-List-Received-Date: Sat, 05 Dec 2009 02:26:50 -0000\r
45 \r
46 \r
47 These two patches are pretty much independent. The first is needed by my \r
48 work in progress patch for org-mode to provide links into notmuch \r
49 (http://pivot.cs.unb.ca/git/?p=org-mode.git;a=shortlog;h=refs/heads/notmuch-link).\r
50 \r
51 The second changes the interface of git-show to take the query-string\r
52 recently added explicitly as a parameter. This is more an aesthetic\r
53 thing, but it means that I don't have to call notmuch-show like\r
54 (let notmuch-query-search-string thread-id\r
55      (notmuch-show thread-id))\r
56 \r
57 Hope you like em. I also hope this whole git-send-email thing works out.\r
58 \r
59 David\r