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