From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 9D61D6DE0943 for ; Wed, 19 Aug 2015 23:05:36 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -1.774 X-Spam-Level: X-Spam-Status: No, score=-1.774 tagged_above=-999 required=5 tests=[DATE_IN_PAST_03_06=1.076, RCVD_IN_DNSWL_MED=-2.3, RP_MATCHES_RCVD=-0.55] 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 sMBArdbqwfgQ for ; Wed, 19 Aug 2015 23:05:35 -0700 (PDT) X-Greylist: delayed 10914 seconds by postgrey-1.35 at arlo; Wed, 19 Aug 2015 23:05:34 PDT Received: from smtp2.cs.Stanford.EDU (smtp2.cs.stanford.edu [171.64.64.26]) by arlo.cworth.org (Postfix) with ESMTPS id D850A6DE01F5 for ; Wed, 19 Aug 2015 23:05:34 -0700 (PDT) Received: from [50.250.1.250] (port=62320 helo=Jane.local) by smtp2.cs.Stanford.EDU with esmtpsa (UNKNOWN:AES128-GCM-SHA256:128) (Exim 4.80.1) (envelope-from ) id 1ZSG8d-0007im-St for notmuch@notmuchmail.org; Wed, 19 Aug 2015 20:03:36 -0700 From: Charles Celerier To: notmuch@notmuchmail.org Subject: folder: search-term problems User-Agent: Notmuch/0.20.2 (http://notmuchmail.org) Emacs/24.5.1 (x86_64-apple-darwin14.1.0) Date: Wed, 19 Aug 2015 23:03:36 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-Scan-Signature: a11a15d02c0ec4233875b3872b0caebb X-Mailman-Approved-At: Thu, 20 Aug 2015 00:51:24 -0700 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 06:05:36 -0000 Hello, I've been having trouble getting the folder: search-term to work correctly. I can successfully do a query of the count for INBOX, but nothing else. Here are some examples from running notmuch on the command line. $ pwd /Users/cceleri/Maildir $ ls Archive INBOX NotJunk Trash Drafts Junk Sent Messages $ notmuch count folder:INBOX 19517 $ notmuch count folder:Junk 0 Am I using the folder: search-term incorrectly? Best, Charles