From f80788fd8d0c8b9454616d24e99850b7c1222d88 Mon Sep 17 00:00:00 2001 From: Oliver Dunkl Date: Thu, 20 Aug 2015 10:08:28 +0200 Subject: [PATCH] Re: folder: search-term problems --- bf/cc8a770f0dfea1e1d93e8ab68eb3a1a3869517 | 86 +++++++++++++++++++++++ 1 file changed, 86 insertions(+) create mode 100644 bf/cc8a770f0dfea1e1d93e8ab68eb3a1a3869517 diff --git a/bf/cc8a770f0dfea1e1d93e8ab68eb3a1a3869517 b/bf/cc8a770f0dfea1e1d93e8ab68eb3a1a3869517 new file mode 100644 index 000000000..e8b491898 --- /dev/null +++ b/bf/cc8a770f0dfea1e1d93e8ab68eb3a1a3869517 @@ -0,0 +1,86 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by arlo.cworth.org (Postfix) with ESMTP id 0612C6DE0943 + for ; Thu, 20 Aug 2015 01:08:34 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: -0.82 +X-Spam-Level: +X-Spam-Status: No, score=-0.82 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, RCVD_IN_MSPIKE_H3=-0.01, + RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001] autolearn=disabled +Received: from arlo.cworth.org ([127.0.0.1]) + by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id G-DivdFx8HG0 for ; + Thu, 20 Aug 2015 01:08:32 -0700 (PDT) +Received: from mail-wi0-f180.google.com (mail-wi0-f180.google.com + [209.85.212.180]) + by arlo.cworth.org (Postfix) with ESMTPS id B392D6DE01F5 + for ; Thu, 20 Aug 2015 01:08:31 -0700 (PDT) +Received: by wicja10 with SMTP id ja10so28945010wic.1 + for ; Thu, 20 Aug 2015 01:08:29 -0700 (PDT) +DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; + h=from:to:subject:in-reply-to:references:user-agent:date:message-id + :mime-version:content-type; + bh=7GOfxgibu6x6NBn2ysARBn882WNGMYMLiVSMOWLVfu8=; + b=pVV3+KhuRYm5zBSk3jHp5TPk0PKp9TDnnqGTIjBb1LT4vxPXO0S5EMUIPsJwtfqJ5L + LjfPy7Ic2m5pfznNiKPfP8kuH05+UpCpTge4ET7g6OmNGGWbHbo1NGhy5iZUL6hXyHtj + rUBnD6gYVI+jq+2dqhHA/DoA9UOEKMcE4KdZAczuT8JUQSJ0mdlMBP/nnmPF+s/zV0ml + E6/QtZWFjhfWJtLmlj+ifR1qKZRUxN4VlL6fTKwrIUPeGeU1TPgc742Baz2/hX2W2GQU + u+H6ZgFY17lL1TaY6PCkx6Ml5uFZj6UP9n8U0xQjl4Y+LKhAbVHcFoLtUujP3aER7sK3 + +YZA== +X-Received: by 10.180.11.176 with SMTP id r16mr60792186wib.87.1440058109764; + Thu, 20 Aug 2015 01:08:29 -0700 (PDT) +Received: from localhost ([62.218.23.190]) + by smtp.gmail.com with ESMTPSA id s7sm29363293wix.23.2015.08.20.01.08.29 + for + (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); + Thu, 20 Aug 2015 01:08:29 -0700 (PDT) +From: Oliver Dunkl +To: notmuch@notmuchmail.org +Subject: Re: folder: search-term problems +In-Reply-To: + +References: + +User-Agent: Notmuch/0.20.2 (http://notmuchmail.org) Emacs/24.5.2 + (x86_64-unknown-linux-gnu) +Date: Thu, 20 Aug 2015 10:08:28 +0200 +Message-ID: <87pp2ie60z.fsf@mail.odi.io> +MIME-Version: 1.0 +Content-Type: text/plain +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.18 +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: Thu, 20 Aug 2015 08:08:34 -0000 + +Charles Celerier writes: + +> $ notmuch count folder:INBOX +> 19517 +> +> $ notmuch count folder:Junk +> 0 +> +> Am I using the folder: search-term incorrectly? + +Are there messages in the folder Junk with exclude_tags? Excluded tags +will not show up in the default search. + +You can try +$ notmuch count --exclude=false folder:Junk + +br +\= odi -- 2.26.2