Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / f1 / dd92a711ec5358df803128db419fe8c40663fa
1 Return-Path: <Sebastian@SSpaeth.de>\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 67A79431FBC\r
6         for <notmuch@notmuchmail.org>; Wed, 24 Feb 2010 05:54:44 -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.611\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.611 tagged_above=-999 required=5\r
12         tests=[AWL=-0.612, BAYES_50=0.001] autolearn=ham\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id sbYsZzV3iAyQ for <notmuch@notmuchmail.org>;\r
16         Wed, 24 Feb 2010 05:54:43 -0800 (PST)\r
17 Received: from homiemail-a24.g.dreamhost.com (caiajhbdcbef.dreamhost.com\r
18         [208.97.132.145])\r
19         by olra.theworths.org (Postfix) with ESMTP id CE715431FAE\r
20         for <notmuch@notmuchmail.org>; Wed, 24 Feb 2010 05:54:43 -0800 (PST)\r
21 Received: from sspaeth.de (mtec-hg-docking-1-dhcp-204.ethz.ch\r
22         [129.132.133.204])\r
23         by homiemail-a24.g.dreamhost.com (Postfix) with ESMTPA id BCCE22C806B\r
24         for <notmuch@notmuchmail.org>; Wed, 24 Feb 2010 05:54:39 -0800 (PST)\r
25 Received: by sspaeth.de (sSMTP sendmail emulation);\r
26         Wed, 24 Feb 2010 14:54:37 +0100\r
27 From: "Sebastian Spaeth" <Sebastian@SSpaeth.de>\r
28 To: notmuch@notmuchmail.org\r
29 In-Reply-To: <87635nwmnk.fsf@yoom.home.cworth.org>\r
30 References: <1261114167-sup-8228@lisa>\r
31         <1261141195-5469-1-git-send-email-david@tethera.net>\r
32         <878wajwwth.fsf@yoom.home.cworth.org>\r
33         <87wry33bxq.fsf@servo.finestructure.net>\r
34         <87635nwmnk.fsf@yoom.home.cworth.org>\r
35 Date: Wed, 24 Feb 2010 14:54:37 +0100\r
36 Message-ID: <87ocjekaci.fsf@SSpaeth.de>\r
37 MIME-Version: 1.0\r
38 Content-Type: text/plain; charset=us-ascii\r
39 Subject: Re: [notmuch] JSON output as default [was: Re: [PATCH] Add an\r
40  "--output=(json|text|)" command-line option...]\r
41 X-BeenThere: notmuch@notmuchmail.org\r
42 X-Mailman-Version: 2.1.13\r
43 Precedence: list\r
44 List-Id: "Use and development of the notmuch mail system."\r
45         <notmuch.notmuchmail.org>\r
46 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
47         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
48 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
49 List-Post: <mailto:notmuch@notmuchmail.org>\r
50 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
51 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
52         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
53 X-List-Received-Date: Wed, 24 Feb 2010 13:54:44 -0000\r
54 \r
55 > I definitely want to be able to pipe single-field lists coming from\r
56 > notmuch to grep, xargs, shell for loops, etc. without having to decode\r
57 > JSON.\r
58 \r
59 While I would love to see JSON (even by default), I agree. If I just\r
60 want to code up a notmuch-based address book with sth like:\r
61 \r
62 notmuch show to:Diana --output=to --sort=relevance --limit=20\r
63 \r
64 just getting back a plain list of mail addresses is the easiest to handle.\r