Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / 38 / 7183d040c737efa7560c7226bb058e2c6509a0
1 Return-Path: <craven@gmx.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 1A09B431FBC\r
6         for <notmuch@notmuchmail.org>; Fri, 30 Nov 2012 00:34:48 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 0.001\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.001 tagged_above=-999 required=5\r
12         tests=[FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001]\r
13         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 iG76gGvAj9qk for <notmuch@notmuchmail.org>;\r
17         Fri, 30 Nov 2012 00:34:44 -0800 (PST)\r
18 Received: from mailout-de.gmx.net (mailout-de.gmx.net [213.165.64.23])\r
19         by olra.theworths.org (Postfix) with SMTP id B9C07431FAF\r
20         for <notmuch@notmuchmail.org>; Fri, 30 Nov 2012 00:34:43 -0800 (PST)\r
21 Received: (qmail invoked by alias); 30 Nov 2012 08:34:42 -0000\r
22 Received: from www.nexoid.at (EHLO mail.nexoid.at) [178.79.130.240]\r
23         by mail.gmx.net (mp033) with SMTP; 30 Nov 2012 09:34:42 +0100\r
24 X-Authenticated: #201305\r
25 X-Provags-ID: V01U2FsdGVkX1+AtXwdaQ2Arc7LN7iCbYZlVXbojDIjRLyL8+6mAH\r
26         GPwbQv6ZUNRrwE\r
27 Received: from nexoid (localhost [127.0.0.1])\r
28         by mail.nexoid.at (Postfix) with ESMTP id 5B35511C0D3\r
29         for <notmuch@notmuchmail.org>; Fri, 30 Nov 2012 09:34:39 +0100 (CET)\r
30 From: Peter Feigl <craven@gmx.net>\r
31 To: notmuch@notmuchmail.org\r
32 Subject: Re: [PATCH 1/3] Adding an S-expression structured output printer.\r
33 In-Reply-To: <1354264143-30173-1-git-send-email-craven@gmx.net>\r
34 References: <1354264143-30173-1-git-send-email-craven@gmx.net>\r
35 User-Agent: Notmuch/0.11+77~gad6d0d5 (http://notmuchmail.org) Emacs/24.1.50.2\r
36         (i686-pc-linux-gnu)\r
37 Date: Fri, 30 Nov 2012 09:34:39 +0100\r
38 Message-ID: <87vccn1obk.fsf@nexoid.at>\r
39 MIME-Version: 1.0\r
40 Content-Type: text/plain\r
41 X-Y-GMX-Trusted: 0\r
42 X-BeenThere: notmuch@notmuchmail.org\r
43 X-Mailman-Version: 2.1.13\r
44 Precedence: list\r
45 List-Id: "Use and development of the notmuch mail system."\r
46         <notmuch.notmuchmail.org>\r
47 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
48         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
49 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
50 List-Post: <mailto:notmuch@notmuchmail.org>\r
51 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
52 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
53         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
54 X-List-Received-Date: Fri, 30 Nov 2012 08:34:48 -0000\r
55 \r
56 The reason I would like to have this included in notmuch is because I\r
57 use it for an Android client (http://www.nexoid.at/tmp/search.png).\r
58 It is written in Kawa Scheme, and works on all Android devices I have\r
59 access to :) Only reading for now, composition later.\r
60 After some cleanup I'll make it available to anyone\r
61 interested. S-Expressions are much easier to use than json here.\r
62 \r
63 Greetings,\r
64 \r
65 Peter\r