From: Wael Nasreddine Date: Fri, 16 May 2014 17:12:18 +0000 (+1700) Subject: exclude tags X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=8658b72e7343a597178506096da000e6615dcb04;p=notmuch-archives.git exclude tags --- diff --git a/57/54b696a82385a0175a4aa0836e7b5025a733a8 b/57/54b696a82385a0175a4aa0836e7b5025a733a8 new file mode 100644 index 000000000..2501ed865 --- /dev/null +++ b/57/54b696a82385a0175a4aa0836e7b5025a733a8 @@ -0,0 +1,104 @@ +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 1D2CF431FBC + for ; Fri, 16 May 2014 10:12:31 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: -0.799 +X-Spam-Level: +X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5 + tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, + FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] 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 mcGdE+3I6gHb for ; + Fri, 16 May 2014 10:12:27 -0700 (PDT) +Received: from mail-pa0-f45.google.com (mail-pa0-f45.google.com + [209.85.220.45]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 4F8AB431FB6 + for ; Fri, 16 May 2014 10:12:27 -0700 (PDT) +Received: by mail-pa0-f45.google.com with SMTP id ey11so2804728pad.32 + for ; Fri, 16 May 2014 10:12:26 -0700 (PDT) +DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; + h=from:to:subject:user-agent:date:message-id:mime-version + :content-type; bh=5FS0rjMqmqhcW31fOnKGwIFydkPPOHH+oyJyEMsxnbY=; + b=pZ4LLihIOruOvCN0LQG21VPHcywOD/Jvc2Qp1C7E5rSJccfqVORLRX3r5B9pyfnG5X + igtvqLvOhu9MyZSbWJNGvTc4Q0L3Rjf6W4/rlVo8dnVVs+fCicwLkfVFfnh+/JMSX7va + hhG9w8ZAPULZy9nnJYdwKiJy14y3J7qocPsuGLrs1Es6SqzFL2wZKLMEw/8eIHLFmU9s + m4AW/GoOYforGe4ths4kjMj2xTuPa1ali+HO+We9P2RJD+CyCVenrkRz14ggTob/6U3F + ebLVKKi5L2mVBEDOv9QypInHCw9NZ+4Dey4TQevF3bS2LKdbQYyq9J3HbJw8yWXT+wld + gQkA== +X-Received: by 10.66.251.136 with SMTP id zk8mr22593361pac.137.1400260346437; + Fri, 16 May 2014 10:12:26 -0700 (PDT) +Received: from localhost ([2620:0:1000:2e00:956:5e9b:52f6:3e9e]) + by mx.google.com with ESMTPSA id + qq5sm15534504pbb.24.2014.05.16.10.12.24 for + (version=TLSv1.2 cipher=RC4-SHA bits=128/128); + Fri, 16 May 2014 10:12:24 -0700 (PDT) +From: Wael Nasreddine +To: notmuch@notmuchmail.org +Subject: exclude tags +User-Agent: Notmuch/0.17 (http://notmuchmail.org) Emacs/24.3.1 + (x86_64-pc-linux-gnu) +Date: Fri, 16 May 2014 10:12:18 -0700 +Message-ID: +MIME-Version: 1.0 +Content-Type: multipart/mixed; boundary="=-=-=" +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: Fri, 16 May 2014 17:12:31 -0000 + +--=-=-= +Content-Type: text/plain + + +Hey guys, + +I am trying to exclude any thread that has the tag *killed* but it's +either a bug or something that I am simply doing wrong. + + $ notmuch search tag:work and tag:unread and tag:inbox and not tag:killed | grep 'killed' | wc -l + 1 + +I am getting the same result with Trusty shipped notmuch v0.17 and with +today's build. + +Wael + + +--=-=-= +Content-Type: multipart/signed; boundary="==-=-="; + micalg=pgp-sha1; protocol="application/pgp-signature" + +--==-=-= +Content-Type: text/plain + +-- +Wael Nasreddine | SRE at Google | wael.nasreddine@gmail.com | (650) 735-1773 + +--==-=-= +Content-Type: application/pgp-signature + +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1 + +iEYEARECAAYFAlN2RvMACgkQVWU5RcjdGKIzmgCg/c5jaifPtFK4/iFqVDZEKjyb +6iYAnRZdddfxQcNBGm4eV7aUV/SCFVVZ +=65oW +-----END PGP SIGNATURE----- +--==-=-=-- + +--=-=-=--