Re: [PATCH v4 13/16] add indexopts to notmuch python bindings.
[notmuch-archives.git] / 47 / 018e93039ab2440e024961b218ede1b2d08154
1 Return-Path: <jrollins@finestructure.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 BACC4431FD0\r
6         for <notmuch@notmuchmail.org>; Fri, 21 Oct 2011 10:20:52 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -2.3\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-2.3 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_MED=-2.3] autolearn=disabled\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 eZL4O01rkbho for <notmuch@notmuchmail.org>;\r
16         Fri, 21 Oct 2011 10:20:52 -0700 (PDT)\r
17 Received: from outgoing-mail.its.caltech.edu (outgoing-mail.its.caltech.edu\r
18         [131.215.239.19])\r
19         by olra.theworths.org (Postfix) with ESMTP id 3FEAD431FB6\r
20         for <notmuch@notmuchmail.org>; Fri, 21 Oct 2011 10:20:52 -0700 (PDT)\r
21 Received: from earth-doxen.imss.caltech.edu (localhost [127.0.0.1])\r
22         by earth-doxen-postvirus (Postfix) with ESMTP id 9844766E01B5;\r
23         Fri, 21 Oct 2011 10:20:47 -0700 (PDT)\r
24 X-Spam-Scanned: at Caltech-IMSS on earth-doxen by amavisd-new\r
25 Received: from finestructure.net (cpe-76-174-136-149.socal.res.rr.com\r
26         [76.174.136.149]) (Authenticated sender: jrollins)\r
27         by earth-doxen-submit (Postfix) with ESMTP id B010866E0149;\r
28         Fri, 21 Oct 2011 10:20:44 -0700 (PDT)\r
29 Received: by finestructure.net (Postfix, from userid 1000)\r
30         id 66DDC278; Fri, 21 Oct 2011 10:20:44 -0700 (PDT)\r
31 From: Jameson Graef Rollins <jrollins@finestructure.net>\r
32 To: David Bremner <bremner@debian.org>, notmuch@notmuchmail.org\r
33 Subject: Re: [PATCH] cli: change argument parsing convention for subcommands\r
34 In-Reply-To: <1319199557-16888-1-git-send-email-david@tethera.net>\r
35 References: <1319199557-16888-1-git-send-email-david@tethera.net>\r
36 User-Agent: Notmuch/0.9-15-g937a514 (http://notmuchmail.org) Emacs/23.3.1\r
37         (x86_64-pc-linux-gnu)\r
38 Date: Fri, 21 Oct 2011 10:20:44 -0700\r
39 Message-ID: <87obxa8dn7.fsf@servo.finestructure.net>\r
40 MIME-Version: 1.0\r
41 Content-Type: text/plain; charset=us-ascii\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, 21 Oct 2011 17:20:52 -0000\r
55 \r
56 On Fri, 21 Oct 2011 09:19:17 -0300, david@tethera.net wrote:\r
57 > What to people think about this? It is a bit intrusive, but I think\r
58 > everyone is sick of writing ad-hoc argument parsing code.\r
59 \r
60 The larger goal seems like a good one to me, and if this helps on that\r
61 front I certainly don't see any issues.\r
62 \r
63 jamie.\r