From bbc56df4b4dfbdbaadde0aadf52c4ed5d0cc32a5 Mon Sep 17 00:00:00 2001 From: David Bremner Date: Mon, 22 Sep 2014 11:20:34 +0200 Subject: [PATCH] Re: Do path: searches handle spaces correctly? --- 97/04da24a9105007385e53e3b438d15b9d2b079f | 64 +++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 97/04da24a9105007385e53e3b438d15b9d2b079f diff --git a/97/04da24a9105007385e53e3b438d15b9d2b079f b/97/04da24a9105007385e53e3b438d15b9d2b079f new file mode 100644 index 000000000..bd1165b2e --- /dev/null +++ b/97/04da24a9105007385e53e3b438d15b9d2b079f @@ -0,0 +1,64 @@ +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 872A7431FB6 + for ; Mon, 22 Sep 2014 02:20:48 -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 iWDGgcxb9eQQ for ; + Mon, 22 Sep 2014 02:20:41 -0700 (PDT) +Received: from yantan.tethera.net (yantan.tethera.net [199.188.72.155]) + (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 8B221431FAE + for ; Mon, 22 Sep 2014 02:20:41 -0700 (PDT) +Received: from remotemail by yantan.tethera.net with local (Exim 4.80) + (envelope-from ) + id 1XVznT-000442-9W; Mon, 22 Sep 2014 06:20:39 -0300 +Received: (nullmailer pid 28845 invoked by uid 1000); Mon, 22 Sep 2014 + 09:20:34 -0000 +From: David Bremner +To: Keith Amidon , notmuch@notmuchmail.org +Subject: Re: Do path: searches handle spaces correctly? +In-Reply-To: <878uleklvt.fsf@awakenetworks.com> +References: <878uleklvt.fsf@awakenetworks.com> +User-Agent: Notmuch/0.18.1+98~gae27403 (http://notmuchmail.org) Emacs/24.3.1 + (x86_64-pc-linux-gnu) +Date: Mon, 22 Sep 2014 11:20:34 +0200 +Message-ID: <87tx40ggf1.fsf@maritornes.cs.unb.ca> +MIME-Version: 1.0 +Content-Type: text/plain +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 09:20:48 -0000 + +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. + +d -- 2.26.2