Re: [notmuch] Using notmuch from Ruby, Python, et al.
authorCarl Worth <cworth@cworth.org>
Sat, 28 Nov 2009 02:55:28 +0000 (18:55 +1600)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:35:45 +0000 (09:35 -0800)
33/1df722c1f332e8f10b6ace251234c59a526530 [new file with mode: 0644]

diff --git a/33/1df722c1f332e8f10b6ace251234c59a526530 b/33/1df722c1f332e8f10b6ace251234c59a526530
new file mode 100644 (file)
index 0000000..4129a4c
--- /dev/null
@@ -0,0 +1,67 @@
+Return-Path: <cworth@cworth.org>\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 8D452431FC0;\r
+       Fri, 27 Nov 2009 18:55:43 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\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 Gt8Sv6czDauT; Fri, 27 Nov 2009 18:55:43 -0800 (PST)\r
+Received: from cworth.org (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id CC4BA431FAE;\r
+       Fri, 27 Nov 2009 18:55:42 -0800 (PST)\r
+From: Carl Worth <cworth@cworth.org>\r
+To: Scott Robinson <scott@quadhome.com>, Jeffrey Ollie <jeff@ocjtech.us>\r
+In-Reply-To: <1259171760-sup-1293@lisa>\r
+References: <1259164514-sup-196@lisa>\r
+       <935ead450911250946t76bfa0d2k7da3154bbc57b10b@mail.gmail.com>\r
+       <1259171760-sup-1293@lisa>\r
+Date: Fri, 27 Nov 2009 18:55:28 -0800\r
+Message-ID: <87y6lrjr33.fsf@yoom.home.cworth.org>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain; charset=us-ascii\r
+Cc: notmuch <notmuch@notmuchmail.org>\r
+Subject: Re: [notmuch] Using notmuch from Ruby, Python, et al.\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.12\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: Sat, 28 Nov 2009 02:55:43 -0000\r
+\r
+On Wed, 25 Nov 2009 09:58:00 -0800, Scott Robinson <scott@quadhome.com> wrote:\r
+> Excerpts from Jeffrey Ollie's message of Wed Nov 25 09:46:47 -0800 2009:\r
+> \r
+> I selected cJSON because it was simple for integration. Given how libsha1.c is\r
+> included in lib/, I figured adding a depedency wouldn't be very\r
+> popular.\r
+\r
+I'm not dead-set against additional dependencies, but I think I do take\r
+a conservative approach, (hence copying in the tiny libsha1.c rather\r
+than linking to any enormous encryption library).\r
+\r
+> Would it be better to link with a previously existing library?\r
+\r
+For something like this, I don't see the need for any library at\r
+all---generating any particular format is always *much* easier than\r
+parsing it.\r
+\r
+So I wouldn't mind seeing a couple of tiny functions in notmuch for this\r
+(or other formats). And I think it would be better to start with code\r
+that's already written and debugged (and license compatible!) rather\r
+than starting from scratch.\r
+\r
+> Q: Why are my replies five sentences or less?\r
+> A: http://five.sentenc.es/\r
+\r
+There---just five this time. :-)\r
+\r
+-Carl\r