Re: [PATCH v4 1/3] show: don't use hex literals in JSON output
[notmuch-archives.git] / 3e / 51231cc638eb457a32dad0914b2c32b112f064
1 Return-Path: <flo@chaoflow.net>\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 E12FE431FB6\r
6         for <notmuch@notmuchmail.org>; Thu, 14 Apr 2011 05:55:11 -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: 0\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
12         autolearn=disabled\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 ExKC-il1nw1i for <notmuch@notmuchmail.org>;\r
16         Thu, 14 Apr 2011 05:55:11 -0700 (PDT)\r
17 Received: from tesla.chaoflow.net (tesla.chaoflow.net [188.40.54.22])\r
18         (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id 2DE27431FB5\r
21         for <notmuch@notmuchmail.org>; Thu, 14 Apr 2011 05:55:11 -0700 (PDT)\r
22 Received: from eve.chaoflow.net (p5DE9466C.dip.t-dialin.net [93.233.70.108])\r
23         (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))\r
24         (No client certificate requested)\r
25         (Authenticated sender: flo@chaoflow.net)\r
26         by tesla.chaoflow.net (Postfix) with ESMTPSA id 5C874A43;\r
27         Thu, 14 Apr 2011 14:55:08 +0200 (CEST)\r
28 Received: by eve.chaoflow.net (Postfix, from userid 1000) id 10139B3A;\r
29         Thu, 14 Apr 2011 12:55:08 +0000 (Local time zone must be set--see zic\r
30         manual page)\r
31 From: Florian Friesdorf <flo@chaoflow.net>\r
32 To: Matthieu Lemerre <racin@free.fr>, micah anderson <micah@riseup.net>,\r
33         notmuch <notmuch@notmuchmail.org>\r
34 Subject: Re: Org-mode support\r
35 In-Reply-To: <87aagubq75.fsf@free.fr>\r
36 Message-ID: <87vcyh6lrg.fsf@eve.chaoflow.net>\r
37 References: <87aai7k0ae.fsf@free.fr> <87lj0fhg3g.fsf@algae.riseup.net>\r
38         <87aagubq75.fsf@free.fr>\r
39 User-Agent: Notmuch/0.5 (http://notmuchmail.org) Emacs/23.3.1\r
40         (x86_64-unknown-linux-gnu)\r
41 Date: Thu, 14 Apr 2011 14:55:07 +0200\r
42 MIME-Version: 1.0\r
43 Content-Type: multipart/signed; boundary="==-=-=";\r
44         micalg=pgp-sha1; protocol="application/pgp-signature"\r
45 X-Virus-Scanned: clamav-milter 0.96.5 at tesla\r
46 X-Virus-Status: Clean\r
47 X-BeenThere: notmuch@notmuchmail.org\r
48 X-Mailman-Version: 2.1.13\r
49 Precedence: list\r
50 List-Id: "Use and development of the notmuch mail system."\r
51         <notmuch.notmuchmail.org>\r
52 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
53         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
54 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
55 List-Post: <mailto:notmuch@notmuchmail.org>\r
56 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
57 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
58         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
59 X-List-Received-Date: Thu, 14 Apr 2011 12:55:12 -0000\r
60 \r
61 --==-=-=\r
62 Content-Type: multipart/mixed; boundary="=-=-="\r
63 \r
64 --=-=-=\r
65 \r
66 \r
67 First, thanks a lot for org-notmuch!\r
68 \r
69 I attached a minimal patch to require org so it is enough to require\r
70 org-notmuch in user init.\r
71 \r
72 \r
73 --=-=-=\r
74 Content-Type: text/x-patch\r
75 Content-Disposition: inline;\r
76  filename=0001-org-notmuch-require-org-for-org-add-link-type-and-ot.patch\r
77 Content-Transfer-Encoding: quoted-printable\r
78 \r
79 From=204128169c3d22527342c90b675e847f4227f3b0c1 Mon Sep 17 00:00:00 2001\r
80 From: Florian Friesdorf <flo@chaoflow.net>\r
81 Date: Thu, 14 Apr 2011 14:44:54 +0200\r
82 Subject: [PATCH] org-notmuch: require org for org-add-link-type and others\r
83 \r
84 =2D--\r
85  contrib/lisp/org-notmuch.el |    2 ++\r
86  1 files changed, 2 insertions(+), 0 deletions(-)\r
87 \r
88 diff --git a/contrib/lisp/org-notmuch.el b/contrib/lisp/org-notmuch.el\r
89 index 9cde34f..9283385 100644\r
90 =2D-- a/contrib/lisp/org-notmuch.el\r
91 +++ b/contrib/lisp/org-notmuch.el\r
92 @@ -41,6 +41,8 @@\r
93 =20\r
94  ;;; Code:\r
95 =20\r
96 +(require 'org)\r
97 +\r
98  ;; Install the link type\r
99  (org-add-link-type "notmuch" 'org-notmuch-open)\r
100  (add-hook 'org-store-link-functions 'org-notmuch-store-link)\r
101 =2D-=20\r
102 1.7.4.4\r
103 \r
104 \r
105 --=-=-=\r
106 Content-Transfer-Encoding: quoted-printable\r
107 \r
108 \r
109 =2D-=20\r
110 Florian Friesdorf <flo@chaoflow.net>\r
111   GPG FPR: 7A13 5EEE 1421 9FC2 108D  BAAF 38F8 99A3 0C45 F083\r
112 Jabber/XMPP: flo@chaoflow.net\r
113 IRC: chaoflow on freenode,ircnet,blafasel,OFTC\r
114 \r
115 --=-=-=--\r
116 \r
117 --==-=-=\r
118 Content-Type: application/pgp-signature\r
119 \r
120 -----BEGIN PGP SIGNATURE-----\r
121 Version: GnuPG v2.0.17 (GNU/Linux)\r
122 \r
123 iQIcBAEBAgAGBQJNpu6rAAoJEDj4maMMRfCD8yIP/3alMU53meY92yL4IFqrr1en\r
124 V+6ZIIGs75zx3i6TiyWgTHlKA8i0aB4UL2tB/bqMErE/i29EkVrSNUYxk1AvdAn+\r
125 c5LqDoiE29Z3mKfOHCArJNiI9goV7o89uZV9ON6Di2wj9cy1tfrJepIkRcBk+5/z\r
126 EeOfwjTT9waRKpuTYV9TQ42T/pQkEHRRTEZ0Dj0howyAC5wa6LowR6dtuNjm/RgS\r
127 4YSK2RytWSVnpMW+DVF6Q2YznTkeGy4aQxPciqOEF4UFcEDleqhEQtPkuB5Xz0tu\r
128 iWSnp4Qi9iTIUEa77ZXgMZgfxe7ottzHxfQhhOzhRbkgSwBj+QIJPLN/oUbXpyXZ\r
129 nZLFvjBuPuuk5hPcLsWIWdtaX8w70mHI0sOLZa1VD/VBhQP8ftqRd42dbhkLav+u\r
130 BMmgxq6D8NyqGejYz4awYUYJptyn1Qafm5URSoAYmqHgCI3mt/qKHzKm7W1f9qu6\r
131 awVkZzQZTnfDgfTT6Pd+HX0NqrXmQCyJyydDW04LUna9+fuDS3KsUGDrMLC7MBPU\r
132 VSgzzISfbB8OYNnJQGLlJq0bDgArvaoR3eHj3JfUc7kcnSXHwxZu0MwcNKXkinD8\r
133 GNa+e7XsRewf5KF9mWW80k5aEGRCoK+TyVAHEptK8bqShu+hFziv0lWUVzONFIQW\r
134 QwvKjsrjziQ/b4WDDL5f\r
135 =qQzt\r
136 -----END PGP SIGNATURE-----\r
137 --==-=-=--\r