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 BE37B431FC3 for ; Mon, 1 Mar 2010 07:00:23 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.585 X-Spam-Level: X-Spam-Status: No, score=-0.585 tagged_above=-999 required=5 tests=[AWL=-0.586, 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 bjPeOFd60sPc for ; Mon, 1 Mar 2010 07:00:22 -0800 (PST) Received: from homiemail-a11.g.dreamhost.com (mailbigip.dreamhost.com [208.97.132.5]) by olra.theworths.org (Postfix) with ESMTP id C9E41431FBD for ; Mon, 1 Mar 2010 07:00:22 -0800 (PST) Received: from sspaeth.de (mtec-hg-docking-1-dhcp-204.ethz.ch [129.132.133.204]) by homiemail-a11.g.dreamhost.com (Postfix) with ESMTPA id B408119406D for ; Mon, 1 Mar 2010 07:00:13 -0800 (PST) Received: by sspaeth.de (sSMTP sendmail emulation); Mon, 01 Mar 2010 16:00:11 +0100 From: "Sebastian Spaeth" To: Notmuch development list Date: Mon, 01 Mar 2010 14:13:05 +0100 Message-ID: <87aausi3ry.fsf@SSpaeth.de> References: <20100121204201.1C82764A0E@aether.pioto.org> <87tyt3u7er.fsf@yoom.home.cworth.org> <87sk8n0xt1.fsf@aw.hh.sledj.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [notmuch] A few patches 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: Mon, 01 Mar 2010 15:00:23 -0000 > > to count everything. Anyone have a better option for what the > > give-me-everything syntax should be? > > notmuch count '' > > The search patterns limit the matched messages/folders. An empty pattern > should match everything. I agree that '' should work, but then I would expect to have '*' work as well. Is there a reason not to have both at the same time? Both make sense. Sebastian