Re: [PATCH 1/2] Add Google Inc. to AUTHORS as a contributor.
[notmuch-archives.git] / cf / 9bd6b17e0e2f2966e33d7a69723e8acf0215b0
1 Return-Path: <micah@riseup.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 392F4431FD0\r
6         for <notmuch@notmuchmail.org>; Tue, 15 Mar 2011 20:58:12 -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.689\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.689 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_LOW=-0.7, T_MIME_NO_TEXT=0.01,\r
13         UNPARSEABLE_RELAY=0.001] autolearn=disabled\r
14 Received: from olra.theworths.org ([127.0.0.1])\r
15         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
16         with ESMTP id eoVsqstS31-I for <notmuch@notmuchmail.org>;\r
17         Tue, 15 Mar 2011 20:58:10 -0700 (PDT)\r
18 Received: from mx1.riseup.net (mx1.riseup.net [204.13.164.18])\r
19         (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))\r
20         (No client certificate requested)\r
21         by olra.theworths.org (Postfix) with ESMTPS id 98BDB431FB5\r
22         for <notmuch@notmuchmail.org>; Tue, 15 Mar 2011 20:58:10 -0700 (PDT)\r
23 Received: from tern.riseup.net (unknown [10.0.1.12])\r
24         (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))\r
25         (Client CN "*.riseup.net", Issuer "Gandi Standard SSL CA" (verified OK))\r
26         by mx1.riseup.net (Postfix) with ESMTPS id 892C925F602;\r
27         Tue, 15 Mar 2011 20:58:09 -0700 (PDT)\r
28 Received: from [127.0.0.1] (localhost [127.0.0.1])\r
29         (Authenticated sender: micah@tern.riseup.net)\r
30         with ESMTPSA id 0A72514C1F4\r
31 Received: by algae (Postfix, from userid 1000)\r
32         id 1AA9A94490; Tue, 15 Mar 2011 23:58:03 -0400 (EDT)\r
33 From: micah anderson <micah@riseup.net>\r
34 To: Matthieu Lemerre <racin@free.fr>, notmuch <notmuch@notmuchmail.org>\r
35 Subject: Re: Org-mode support\r
36 In-Reply-To: <87aai7k0ae.fsf@free.fr>\r
37 References: <87aai7k0ae.fsf@free.fr>\r
38 User-Agent: Notmuch/0.5 (http://notmuchmail.org) Emacs/23.2.1\r
39         (i486-pc-linux-gnu)\r
40 Date: Tue, 15 Mar 2011 23:57:55 -0400\r
41 Message-ID: <87lj0fhg3g.fsf@algae.riseup.net>\r
42 MIME-Version: 1.0\r
43 Content-Type: multipart/signed; boundary="=-=-=";\r
44         micalg=pgp-sha512; protocol="application/pgp-signature"\r
45 X-Virus-Scanned: clamav-milter 0.97 at mx1\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: Wed, 16 Mar 2011 03:58:12 -0000\r
60 \r
61 --=-=-=\r
62 Content-Transfer-Encoding: quoted-printable\r
63 \r
64 \r
65 Hi Matthieu!\r
66 \r
67 On Mon, 07 Feb 2011 22:22:17 +0100, Matthieu Lemerre <racin@free.fr> wrote:\r
68 > I have written the org-mode support for notmuch a while ago. It allows\r
69 > to open links to notmuch from org-mode and create org-mode link from\r
70 > notmuch buffers.\r
71 >=20\r
72 > The current maintainer of the package is looking for feedback for\r
73 > inclusion of the package in the org-mode trunk, so if anyone is using\r
74 > org-mode, I think it would be a good idea to say so on the orgmode\r
75 > mailing list!\r
76 \r
77 Thanks so much for sending this, its very interesting! I've just started\r
78 trying it and have managed to use M-x org-store-link on your email to\r
79 add an org-mode todo item to try out org-mode support for notmuch :)\r
80 \r
81 I have one question, how do you add multiple query arguments? For\r
82 example, in my org file I tried 'notmuch-search:tag:notmuch' - this\r
83 worked great, but if I did 'notmuch-search:tag:notmuch and subject:Org'\r
84 the link only works up until the first space.\r
85 \r
86 I also noticed that David Bremner has done something similar[0] and I\r
87 wonder if you have looked at his code[1], or if David has looked at\r
88 yours. Perhaps the start of a collaboration?\r
89 \r
90 Micah\r
91 \r
92 0. id:1259979997-31544-1-git-send-email-david@tethera.net\r
93 1. http://pivot.cs.unb.ca/git/?p=3Dorg-mode.git;a=3Dshortlog;h=3Drefs/heads=\r
94 /notmuch-link\r
95 \r
96 --=-=-=\r
97 Content-Type: application/pgp-signature\r
98 \r
99 -----BEGIN PGP SIGNATURE-----\r
100 Version: GnuPG v1.4.11 (GNU/Linux)\r
101 \r
102 iQIcBAEBCgAGBQJNgDVDAAoJEIy/mjIoYaeQ1PMP/RRwg6/OuvuT5Mk8qgAPa2Zg\r
103 8yfe5/xOCOyuUSF2x9RTtcM7l91t4Oj6eo1d5qmjlh4+nC6kzLFSrjBVCTscsnFF\r
104 wSDQbyMryoA5P8EcRiCS1HsLqp6HCiqueIaVUElLOZjtkUQ0xRFbby/NjLEJp3Po\r
105 qGoW2U9r/pH3D6AJJ1G+PdIdZ/CCdY4rOBfeBO6oLgZ/J9e13gmCcMFsbh+tcxEd\r
106 /elMsN2Ii5Ki7AG2tENzJCkbMJ8ewDtEhtgOmnFanHocN/OxblEh5FNgMpD5w+DY\r
107 GMvIPp9O0r6TjEfwkFyFfodFAt/VfS+VlcwhAgVMmDbnDjGXzTcz+h1etsWiybf2\r
108 5sAiHu8iO5/F99vVM7Z+lggG1MSOr3jJJNaoIjHsYiuZfYFfBjjtB2/x6al1yBWU\r
109 3tIN6nbKLs+9HQ1yNqFUgbQnSOrPOSM++OF/gPdoD3V6Ye+nusfz+NMJ8USNb80u\r
110 PtaBJTXsFq0EEsvKaVhcadW0kPigbsOriywHzQ7xbLMb433ExXytp0BPN2ctSbOt\r
111 sLKcyjo3AX/saxOixwl86DzdcZnEDNJ56hUtyjOIXvjUL5qNG75nqda8AXmzWwcC\r
112 4OvmZS1YiAWwhHNGuBR3s9mIzx873NEipUw/5czRkCelKmjiZvFJ/YYj/9cJTTSw\r
113 3vRZCbRig817OUjRfAxM\r
114 =vxc5\r
115 -----END PGP SIGNATURE-----\r
116 --=-=-=--\r