From: Keith Amidon Date: Mon, 22 Sep 2014 14:42:11 +0000 (+1700) Subject: Re: Do path: searches handle spaces correctly? X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=003aabae104a0e3fb2388cf246f8410ef780b9cf;p=notmuch-archives.git Re: Do path: searches handle spaces correctly? --- diff --git a/7b/daca53ca3421000af3523ffc1cfcd1d0083703 b/7b/daca53ca3421000af3523ffc1cfcd1d0083703 new file mode 100644 index 000000000..e7152984e --- /dev/null +++ b/7b/daca53ca3421000af3523ffc1cfcd1d0083703 @@ -0,0 +1,77 @@ +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 CD712431FC4 + for ; Mon, 22 Sep 2014 07:42:21 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 0 +X-Spam-Level: +X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] + 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 I6XMrBiMe+Pz for ; + Mon, 22 Sep 2014 07:42:14 -0700 (PDT) +Received: from picnicpark.org (picnicpark.org [130.94.181.238]) + by olra.theworths.org (Postfix) with ESMTP id 67D5D431FB6 + for ; Mon, 22 Sep 2014 07:42:14 -0700 (PDT) +Received: (qmail 43790 invoked by uid 13806); 22 Sep 2014 14:42:12 -0000 +Received: from unknown (HELO gw.picnicpark.org) ([108.225.17.54]) + (envelope-sender ) + by 130.94.181.238 (qmail-ldap-1.03) with SMTP + for ; 22 Sep 2014 14:42:12 -0000 +Received: from friend.picnicpark.org (friend.picnicpark.org [192.168.35.1]) + by gw.picnicpark.org (Postfix) with ESMTPSA id 12E5712A0D9D; + Mon, 22 Sep 2014 07:42:12 -0700 (PDT) +Message-ID: <1411396931.1931.91.camel@picnicpark.org> +Subject: Re: Do path: searches handle spaces correctly? +From: Keith Amidon +To: David Bremner +Date: Mon, 22 Sep 2014 07:42:11 -0700 +In-Reply-To: <87tx40ggf1.fsf@maritornes.cs.unb.ca> +References: <878uleklvt.fsf@awakenetworks.com> + <87tx40ggf1.fsf@maritornes.cs.unb.ca> +Content-Type: text/plain; charset="UTF-8" +X-Mailer: Evolution 3.12.5 +Mime-Version: 1.0 +Content-Transfer-Encoding: 7bit +Cc: notmuch@notmuchmail.org +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, 22 Sep 2014 14:42:22 -0000 + +On Mon, 2014-09-22 at 11:20 +0200, David Bremner wrote: +> Keith Amidon writes: +> > +> > notmuch search --output=files path:'dir/INBOX/INBOX/Sent Items' +> > +> > I don't get any results, but it seems like the two results above should +> > be shown, right? Am I doing something wrong here? If it looks like I'm +> > doing it correctly, what can I do to help troubleshoot the issue? +> +> Note that path:, unlike folder:, does not add the maildir subdirs. Dunno +> if that's the only issue you are having, but I guess it's one. + +Darn it! I made a mistake in my original email. In the test I was +doing I actually had: + +notmuch search --output=files path:'dir/INBOX/INBOX/Sent Items/**' + +which I believe should have picked up all the subdirectory paths. I +just retested to make sure that it still didn't work, and it doesn't. + +Am I still missing something? Thanks for the help, Keith + +