[notmuch] [PATCH -V2 1/2] notmuch-reply: Add support for replying only to sender
[notmuch-archives.git] / 7a / 46eec7fbf4797bd6fbbeed2d09b0d878f680d6
1 Return-Path: <jeff@ocjtech.us>\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 A9272431FBC\r
6         for <notmuch@notmuchmail.org>; Wed, 25 Nov 2009 08:33:40 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 Received: from olra.theworths.org ([127.0.0.1])\r
9         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
10         with ESMTP id AUd3MQ4Q-Qrb for <notmuch@notmuchmail.org>;\r
11         Wed, 25 Nov 2009 08:33:40 -0800 (PST)\r
12 Received: from mail-yx0-f187.google.com (mail-yx0-f187.google.com\r
13         [209.85.210.187])\r
14         by olra.theworths.org (Postfix) with ESMTP id 1B8CC431FAE\r
15         for <notmuch@notmuchmail.org>; Wed, 25 Nov 2009 08:33:40 -0800 (PST)\r
16 Received: by yxe17 with SMTP id 17so6802218yxe.33\r
17         for <notmuch@notmuchmail.org>; Wed, 25 Nov 2009 08:33:39 -0800 (PST)\r
18 MIME-Version: 1.0\r
19 Received: by 10.91.26.7 with SMTP id d7mr2485071agj.1.1259166819742; Wed, 25 \r
20         Nov 2009 08:33:39 -0800 (PST)\r
21 In-Reply-To: <1259164514-sup-196@lisa>\r
22 References: <1259164514-sup-196@lisa>\r
23 Date: Wed, 25 Nov 2009 10:33:39 -0600\r
24 Message-ID: <935ead450911250833j16359db3ob9c1d625c667ecc9@mail.gmail.com>\r
25 From: Jeffrey Ollie <jeff@ocjtech.us>\r
26 To: Scott Robinson <scott@quadhome.com>\r
27 Content-Type: text/plain; charset=UTF-8\r
28 Cc: notmuch <notmuch@notmuchmail.org>\r
29 Subject: Re: [notmuch] Using notmuch from Ruby, Python, et al.\r
30 X-BeenThere: notmuch@notmuchmail.org\r
31 X-Mailman-Version: 2.1.12\r
32 Precedence: list\r
33 List-Id: "Use and development of the notmuch mail system."\r
34         <notmuch.notmuchmail.org>\r
35 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
36         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
37 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
38 List-Post: <mailto:notmuch@notmuchmail.org>\r
39 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
40 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
41         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
42 X-List-Received-Date: Wed, 25 Nov 2009 16:33:40 -0000\r
43 \r
44 On Wed, Nov 25, 2009 at 10:16 AM, Scott Robinson <scott@quadhome.com> wrote:\r
45 >\r
46 > == Shared Library\r
47 >\r
48 > I have modified the build to output a shared library. It's a small change\r
49 > relying on libtool.\r
50 >\r
51 > However, the archives indicate Carl dislikes libtool?\r
52 \r
53 Ugh, please, let's not go down the autoconf/automake/libtool route.\r
54 \r
55 > == JSON output\r
56 >\r
57 > I added a --output=(text|json) option to "search" and "show." Then, emit json\r
58 > results appropriately.\r
59 >\r
60 > To accomplish this, I used the cJSON library sans parsing logic.\r
61 >\r
62 > However, I saw discussion about providing a --format option?\r
63 \r
64 Awesome, I was just looking at using json-glib but I haven't gotten\r
65 very far yet, mainly because I've never used it before (nor done much\r
66 of anything with JSON). I was going to call the option\r
67 '--output-format=(standard|json)' but I'm not going to worry about the\r
68 color of that bikeshed.\r
69 \r
70 IMHO, I think both approaches would be valuable, that way people\r
71 writing front ends could choose the methods that worked best for them.\r
72  Do you have patches that you are ready to share?\r
73 \r
74 -- \r
75 Jeff Ollie\r