Re: [PATCH 1/3] Adding an S-expression structured output printer.
authorPeter Feigl <craven@gmx.net>
Fri, 30 Nov 2012 08:34:39 +0000 (09:34 +0100)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:51:12 +0000 (09:51 -0800)
38/7183d040c737efa7560c7226bb058e2c6509a0 [new file with mode: 0644]

diff --git a/38/7183d040c737efa7560c7226bb058e2c6509a0 b/38/7183d040c737efa7560c7226bb058e2c6509a0
new file mode 100644 (file)
index 0000000..79ed6b0
--- /dev/null
@@ -0,0 +1,65 @@
+Return-Path: <craven@gmx.net>\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 1A09B431FBC\r
+       for <notmuch@notmuchmail.org>; Fri, 30 Nov 2012 00:34:48 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0.001\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0.001 tagged_above=-999 required=5\r
+       tests=[FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001]\r
+       autolearn=disabled\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 iG76gGvAj9qk for <notmuch@notmuchmail.org>;\r
+       Fri, 30 Nov 2012 00:34:44 -0800 (PST)\r
+Received: from mailout-de.gmx.net (mailout-de.gmx.net [213.165.64.23])\r
+       by olra.theworths.org (Postfix) with SMTP id B9C07431FAF\r
+       for <notmuch@notmuchmail.org>; Fri, 30 Nov 2012 00:34:43 -0800 (PST)\r
+Received: (qmail invoked by alias); 30 Nov 2012 08:34:42 -0000\r
+Received: from www.nexoid.at (EHLO mail.nexoid.at) [178.79.130.240]\r
+       by mail.gmx.net (mp033) with SMTP; 30 Nov 2012 09:34:42 +0100\r
+X-Authenticated: #201305\r
+X-Provags-ID: V01U2FsdGVkX1+AtXwdaQ2Arc7LN7iCbYZlVXbojDIjRLyL8+6mAH\r
+       GPwbQv6ZUNRrwE\r
+Received: from nexoid (localhost [127.0.0.1])\r
+       by mail.nexoid.at (Postfix) with ESMTP id 5B35511C0D3\r
+       for <notmuch@notmuchmail.org>; Fri, 30 Nov 2012 09:34:39 +0100 (CET)\r
+From: Peter Feigl <craven@gmx.net>\r
+To: notmuch@notmuchmail.org\r
+Subject: Re: [PATCH 1/3] Adding an S-expression structured output printer.\r
+In-Reply-To: <1354264143-30173-1-git-send-email-craven@gmx.net>\r
+References: <1354264143-30173-1-git-send-email-craven@gmx.net>\r
+User-Agent: Notmuch/0.11+77~gad6d0d5 (http://notmuchmail.org) Emacs/24.1.50.2\r
+       (i686-pc-linux-gnu)\r
+Date: Fri, 30 Nov 2012 09:34:39 +0100\r
+Message-ID: <87vccn1obk.fsf@nexoid.at>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain\r
+X-Y-GMX-Trusted: 0\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\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: Fri, 30 Nov 2012 08:34:48 -0000\r
+\r
+The reason I would like to have this included in notmuch is because I\r
+use it for an Android client (http://www.nexoid.at/tmp/search.png).\r
+It is written in Kawa Scheme, and works on all Android devices I have\r
+access to :) Only reading for now, composition later.\r
+After some cleanup I'll make it available to anyone\r
+interested. S-Expressions are much easier to use than json here.\r
+\r
+Greetings,\r
+\r
+Peter\r