Re: [PATCH 15/17] nmbug-status: Quote the title when using it as an id
[notmuch-archives.git] / 33 / 1df722c1f332e8f10b6ace251234c59a526530
1 Return-Path: <cworth@cworth.org>\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 8D452431FC0;\r
6         Fri, 27 Nov 2009 18:55:43 -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 Gt8Sv6czDauT; Fri, 27 Nov 2009 18:55:43 -0800 (PST)\r
11 Received: from cworth.org (localhost [127.0.0.1])\r
12         by olra.theworths.org (Postfix) with ESMTP id CC4BA431FAE;\r
13         Fri, 27 Nov 2009 18:55:42 -0800 (PST)\r
14 From: Carl Worth <cworth@cworth.org>\r
15 To: Scott Robinson <scott@quadhome.com>, Jeffrey Ollie <jeff@ocjtech.us>\r
16 In-Reply-To: <1259171760-sup-1293@lisa>\r
17 References: <1259164514-sup-196@lisa>\r
18         <935ead450911250946t76bfa0d2k7da3154bbc57b10b@mail.gmail.com>\r
19         <1259171760-sup-1293@lisa>\r
20 Date: Fri, 27 Nov 2009 18:55:28 -0800\r
21 Message-ID: <87y6lrjr33.fsf@yoom.home.cworth.org>\r
22 MIME-Version: 1.0\r
23 Content-Type: text/plain; charset=us-ascii\r
24 Cc: notmuch <notmuch@notmuchmail.org>\r
25 Subject: Re: [notmuch] Using notmuch from Ruby, Python, et al.\r
26 X-BeenThere: notmuch@notmuchmail.org\r
27 X-Mailman-Version: 2.1.12\r
28 Precedence: list\r
29 List-Id: "Use and development of the notmuch mail system."\r
30         <notmuch.notmuchmail.org>\r
31 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
32         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
33 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
34 List-Post: <mailto:notmuch@notmuchmail.org>\r
35 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
36 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
37         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
38 X-List-Received-Date: Sat, 28 Nov 2009 02:55:43 -0000\r
39 \r
40 On Wed, 25 Nov 2009 09:58:00 -0800, Scott Robinson <scott@quadhome.com> wrote:\r
41 > Excerpts from Jeffrey Ollie's message of Wed Nov 25 09:46:47 -0800 2009:\r
42\r
43 > I selected cJSON because it was simple for integration. Given how libsha1.c is\r
44 > included in lib/, I figured adding a depedency wouldn't be very\r
45 > popular.\r
46 \r
47 I'm not dead-set against additional dependencies, but I think I do take\r
48 a conservative approach, (hence copying in the tiny libsha1.c rather\r
49 than linking to any enormous encryption library).\r
50 \r
51 > Would it be better to link with a previously existing library?\r
52 \r
53 For something like this, I don't see the need for any library at\r
54 all---generating any particular format is always *much* easier than\r
55 parsing it.\r
56 \r
57 So I wouldn't mind seeing a couple of tiny functions in notmuch for this\r
58 (or other formats). And I think it would be better to start with code\r
59 that's already written and debugged (and license compatible!) rather\r
60 than starting from scratch.\r
61 \r
62 > Q: Why are my replies five sentences or less?\r
63 > A: http://five.sentenc.es/\r
64 \r
65 There---just five this time. :-)\r
66 \r
67 -Carl\r