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 99449431FB6 for ; Sun, 17 Jun 2012 00:03:42 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.099 X-Spam-Level: X-Spam-Status: No, score=-0.099 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001] autolearn=disabled 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 JW8CCNToFGZN for ; Sun, 17 Jun 2012 00:03:35 -0700 (PDT) Received: from mail-pz0-f53.google.com (mail-pz0-f53.google.com [209.85.210.53]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 00006431FAE for ; Sun, 17 Jun 2012 00:03:34 -0700 (PDT) Received: by dadg9 with SMTP id g9so7012926dad.26 for ; Sun, 17 Jun 2012 00:03:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:message-id:from:to:subject:in-reply-to:references:mime-version :content-type:content-disposition:content-transfer-encoding; bh=257Ygue83o/MyU52CkgsYPFT8/KLI/Sz1JgArcX+e1s=; b=vxONlc53L/at9DCYWpmEs/2+7whtlmRySo2BJPNntxR3EoDFLuMX7SHHE+8TwYHf1V GGtEcrqA7tCuJjqxZlqsv3hGt38Y1lx7ft2P+THdNAwU48PcdNkuh+EXwIj/YHDc2I2t 3a91oQ2r/1yOaZwv5OfE7TRfffJAW4fUdWUvub42hXoAwILP43Jmy5QZ2/CDM2fMV3DJ UnqWII6E9nrxa2A0eL+kxuBhDFHwodsylFhca2TQl7ioemhJcKhjbsJyB/qpOGITiJ8R 8LXtx+TTjTWpKE52UEvLb6RWGqOOzYH1lhGCLmqrwcY9orqGNzxs6vdK9IdUvVUDjJW2 mDig== Received: by 10.68.232.161 with SMTP id tp1mr38194816pbc.44.1339916612975; Sun, 17 Jun 2012 00:03:32 -0700 (PDT) Received: from localhost (215.42.233.220.static.exetel.com.au. [220.233.42.215]) by mx.google.com with ESMTPS id gh10sm19381850pbc.19.2012.06.17.00.03.28 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 17 Jun 2012 00:03:30 -0700 (PDT) Date: Sun, 17 Jun 2012 17:03:25 +1000 Message-ID: <20120617170325.GA18059@hili.localdomain> From: Peter Wang To: notmuch@notmuchmail.org Subject: Re: search summary and exclusions In-Reply-To: <878vgam7lg.fsf@qmul.ac.uk> References: <20120529000012.GF2331@hili.localdomain> <87mx4sp79z.fsf@servo.finestructure.net> <20120529140107.GE2347@hili.localdomain> <87fwajnibz.fsf@servo.finestructure.net> <20120530130733.GC2332@hili.localdomain> <878vgam7lg.fsf@qmul.ac.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit 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: Sun, 17 Jun 2012 07:03:42 -0000 On Wed, 30 May 2012 08:49:31 +0100, Mark Walters wrote: > > On Wed, 30 May 2012, Peter Wang wrote: > > > > Maybe there is room for another keyword under --exclude? > > Yes that might be the best way to go. Something like --exclude=all and > then excluded messages never appear anywhere? > > I think it should be easy: I will try to send a patch tonight. Hi Mark, Did you get a chance to try this? Otherwise I can have a look. Peter