Re: [PATCH 9/9] add has: query prefix to search for specific properties
[notmuch-archives.git] / 42 / b13292c10973af1fcc3157d5559d923ae85623
1 Return-Path: <bremner@unb.ca>\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 E4B7E49F163\r
6         for <notmuch@notmuchmail.org>; Wed, 10 Mar 2010 07:34:30 -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.275\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.275 tagged_above=-999 required=5\r
12         tests=[AWL=-0.276, 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 i2vGUgF6E+71 for <notmuch@notmuchmail.org>;\r
16         Wed, 10 Mar 2010 07:34:30 -0800 (PST)\r
17 Received: from convex-new.cs.unb.ca (convex-new.cs.unb.ca [131.202.245.35])\r
18         by olra.theworths.org (Postfix) with ESMTP id 360444916B5\r
19         for <notmuch@notmuchmail.org>; Wed, 10 Mar 2010 07:34:30 -0800 (PST)\r
20 Received: from bremner by convex-new.cs.unb.ca with local (Exim 4.69)\r
21         (envelope-from <bremner@unb.ca>)\r
22         id 1NpNvH-0001jR-P5; Wed, 10 Mar 2010 11:34:11 -0400\r
23 From: David Bremner <david@tethera.net>\r
24 To: Carl Worth <cworth@cworth.org>, notmuch@notmuchmail.org\r
25 In-Reply-To: <87lje08r5p.fsf@yoom.home.cworth.org>\r
26 References: <87iqc4yyo8.fsf@yoom.home.cworth.org>\r
27         <1261234524-25522-1-git-send-email-david@tethera.net>\r
28         <1261234524-25522-2-git-send-email-david@tethera.net>\r
29         <1261234524-25522-3-git-send-email-david@tethera.net>\r
30         <1261234524-25522-4-git-send-email-david@tethera.net>\r
31         <87r5nt8e99.fsf@yoom.home.cworth.org>\r
32         <87iq95uu2j.fsf@convex-new.cs.unb.ca>\r
33         <87lje08r5p.fsf@yoom.home.cworth.org>\r
34 Date: Wed, 10 Mar 2010 11:34:11 -0400\r
35 Message-ID: <87eijschsc.fsf@convex-new.cs.unb.ca>\r
36 MIME-Version: 1.0\r
37 Content-Type: text/plain; charset=us-ascii\r
38 Subject: Re: [notmuch] [PATCH 3/3] notmuch-show.c: prototype tabular output\r
39  format, with output control\r
40 X-BeenThere: notmuch@notmuchmail.org\r
41 X-Mailman-Version: 2.1.13\r
42 Precedence: list\r
43 List-Id: "Use and development of the notmuch mail system."\r
44         <notmuch.notmuchmail.org>\r
45 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
46         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
47 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
48 List-Post: <mailto:notmuch@notmuchmail.org>\r
49 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
50 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
51         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
52 X-List-Received-Date: Wed, 10 Mar 2010 15:34:31 -0000\r
53 \r
54 On Wed, 10 Mar 2010 01:25:22 -0800, Carl Worth <cworth@cworth.org> wrote:\r
55 > On Tue, 09 Mar 2010 16:19:16 -0400, David Bremner <david@tethera.net> wrote:\r
56 > > \r
57 > > --format=tabular --output=message-id\r
58\r
59 > Ah, so maybe your "notmuch show --format=tabular" is basically the same\r
60 > thing I imagined for "notmuch search" (once we teach it to accept a list\r
61 > of the desired elements to output).\r
62 \r
63 There is a third "control axis", namely one piece of output per thread\r
64 (current "notmuch search" style), or all of the messages ("notmuch show\r
65 style")\r
66 \r