Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id E4B7E49F163 for ; Wed, 10 Mar 2010 07:34:30 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.275 X-Spam-Level: X-Spam-Status: No, score=-0.275 tagged_above=-999 required=5 tests=[AWL=-0.276, BAYES_50=0.001] autolearn=ham Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id i2vGUgF6E+71 for ; Wed, 10 Mar 2010 07:34:30 -0800 (PST) Received: from convex-new.cs.unb.ca (convex-new.cs.unb.ca [131.202.245.35]) by olra.theworths.org (Postfix) with ESMTP id 360444916B5 for ; Wed, 10 Mar 2010 07:34:30 -0800 (PST) Received: from bremner by convex-new.cs.unb.ca with local (Exim 4.69) (envelope-from ) id 1NpNvH-0001jR-P5; Wed, 10 Mar 2010 11:34:11 -0400 From: David Bremner To: Carl Worth , notmuch@notmuchmail.org In-Reply-To: <87lje08r5p.fsf@yoom.home.cworth.org> References: <87iqc4yyo8.fsf@yoom.home.cworth.org> <1261234524-25522-1-git-send-email-david@tethera.net> <1261234524-25522-2-git-send-email-david@tethera.net> <1261234524-25522-3-git-send-email-david@tethera.net> <1261234524-25522-4-git-send-email-david@tethera.net> <87r5nt8e99.fsf@yoom.home.cworth.org> <87iq95uu2j.fsf@convex-new.cs.unb.ca> <87lje08r5p.fsf@yoom.home.cworth.org> Date: Wed, 10 Mar 2010 11:34:11 -0400 Message-ID: <87eijschsc.fsf@convex-new.cs.unb.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [notmuch] [PATCH 3/3] notmuch-show.c: prototype tabular output format, with output control X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Mar 2010 15:34:31 -0000 On Wed, 10 Mar 2010 01:25:22 -0800, Carl Worth wrote: > On Tue, 09 Mar 2010 16:19:16 -0400, David Bremner wrote: > > > > --format=tabular --output=message-id > > Ah, so maybe your "notmuch show --format=tabular" is basically the same > thing I imagined for "notmuch search" (once we teach it to accept a list > of the desired elements to output). There is a third "control axis", namely one piece of output per thread (current "notmuch search" style), or all of the messages ("notmuch show style")