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 576BA40D16E for ; Fri, 29 Oct 2010 17:19:24 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -1.999 X-Spam-Level: X-Spam-Status: No, score=-1.999 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001] 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 aRkj9LPrg2qb for ; Fri, 29 Oct 2010 17:19:10 -0700 (PDT) Received: from mail-wy0-f181.google.com (mail-wy0-f181.google.com [74.125.82.181]) by olra.theworths.org (Postfix) with ESMTP id 4936F40D152 for ; Fri, 29 Oct 2010 17:19:10 -0700 (PDT) Received: by wyb40 with SMTP id 40so3883708wyb.26 for ; Fri, 29 Oct 2010 17:19:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:in-reply-to :references:user-agent:date:message-id:mime-version:content-type; bh=Z3AfPiJ5z7kyYBrtLf3mlOYuidZRC1bOWt6oNaP5Y3w=; b=PcJ42rpHft8rR9RR/36X825FycR1x28RPndUrOqXIa4+xTc2olYwkbuKOokba//OWV sC9/N/+nKWqew9mcR/D9s8jcrJxL0A9wt4d9Riom8wSHao7IS0eouMj5JT26iFHSP9sq 9WWdJTylgYP7x79I2CCzhveatBd+q5g/Azmu4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:in-reply-to:references:user-agent:date:message-id :mime-version:content-type; b=sVcv7ekojTEH4UO2b/JvCYqiLBle+BhtokQnaOIuDWyxd0c/JIkcXUsv6KX98UxLB9 A1PuIDPgW2kE4HR7BGHQjhp+YB4tHE2lCHlp/fCEbwomDDhCK4C2KMMjC+8wcR9q8ONu AnjtfA9tyOa7aR/bOG7J/ifpfrEbV//pYrpls= Received: by 10.227.152.70 with SMTP id f6mr656497wbw.28.1288397949072; Fri, 29 Oct 2010 17:19:09 -0700 (PDT) Received: from localhost (cpc3-cbly1-0-0-cust183.6-2.cable.virginmedia.com [86.16.164.184]) by mx.google.com with ESMTPS id a17sm2596557wbe.0.2010.10.29.17.19.07 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 29 Oct 2010 17:19:07 -0700 (PDT) From: Bryan Hunt To: Carl Worth , notmuch@notmuchmail.org Subject: Re: Notmuch scripters rejoice! New "notmuch search --output=(...)" In-Reply-To: <8762wmglxe.fsf@yoom.home.cworth.org> References: <8762wmglxe.fsf@yoom.home.cworth.org> User-Agent: Notmuch/0.3.1 (http://notmuchmail.org) Emacs/23.2.1 (i686-pc-linux-gnu) Date: Sat, 30 Oct 2010 01:24:15 +0100 Message-ID: <877hh0fryo.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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: Sat, 30 Oct 2010 00:19:24 -0000 On Thu, 28 Oct 2010 12:24:45 -0700, Carl Worth wrote: > I just added a new feature to notmuch that I've been wanting for a very > long time. It's a new option to "notmuch search" as follows: > > --output=(summary|threads|messages|files|tags) > That is a cool feature. Bryan Hunt