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 6ACD6431FBF for ; Wed, 18 Nov 2009 12:17:51 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org 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 3SP-uoRhYx2q for ; Wed, 18 Nov 2009 12:17:50 -0800 (PST) Received: from keithp.com (home.keithp.com [63.227.221.253]) by olra.theworths.org (Postfix) with ESMTP id B3F63431FBC for ; Wed, 18 Nov 2009 12:17:50 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by keithp.com (Postfix) with ESMTP id 190C6B9404C; Wed, 18 Nov 2009 12:17:50 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at keithp.com Received: from keithp.com ([127.0.0.1]) by localhost (keithp.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id Rmr5hkjvx-Rg; Wed, 18 Nov 2009 12:17:46 -0800 (PST) Received: by keithp.com (Postfix, from userid 1033) id DACAAB9402F; Wed, 18 Nov 2009 12:17:46 -0800 (PST) Received: from keithp.com (localhost [127.0.0.1]) by keithp.com (Postfix) with ESMTP id CC3E5B88003; Wed, 18 Nov 2009 12:17:46 -0800 (PST) From: Keith Packard To: Jeffrey Ollie , Not Much Mail In-Reply-To: <935ead450911181150i4bda379bhcebc3ef52844a0a@mail.gmail.com> References: <87k4xnrhfp.fsf@linux.vnet.ibm.com> <935ead450911181150i4bda379bhcebc3ef52844a0a@mail.gmail.com> Date: Wed, 18 Nov 2009 12:17:46 -0800 Message-ID: MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" Subject: Re: [notmuch] [PATCH] notmuch: Add tag archive when archiving the mails X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.12 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, 18 Nov 2009 20:17:51 -0000 --=-=-= Content-Transfer-Encoding: quoted-printable On Wed, 18 Nov 2009 13:50:58 -0600, Jeffrey Ollie wrote: > That resulted in an error for me: >=20 > $ notmuch search not tag:inbox > A Xapian exception occurred: Syntax: NOT > A Xapian exception occurred: Syntax: NOT Yeah, NOT isn't a unary operator in xapian; it's a binary operator that means 'AND NOT'. The Xapian docs say that if you set the FLAG_PURE_NOT flag, you'll get the unary behaviour, but I haven't tried that. =2D- keith.packard@intel.com --=-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) iD8DBQFLBFZqQp8BWwlsTdMRAtMIAKCggiR6ySGe2douMOogoc81jixh5wCfUv2N inG5v6kdH1qT9SGI40uQe+U= =lVmk -----END PGP SIGNATURE----- --=-=-=--