From 5d461ff37118efe54e4fc27e209c4ef885144ac5 Mon Sep 17 00:00:00 2001 From: Jani Nikula Date: Fri, 14 Mar 2014 21:37:47 +0200 Subject: [PATCH] Re: [PATCH] notmuch: Add "maildir:" search option --- 61/26a41c7cb6c6a9985cc29b83534c4aa4ede183 | 81 +++++++++++++++++++++++ 1 file changed, 81 insertions(+) create mode 100644 61/26a41c7cb6c6a9985cc29b83534c4aa4ede183 diff --git a/61/26a41c7cb6c6a9985cc29b83534c4aa4ede183 b/61/26a41c7cb6c6a9985cc29b83534c4aa4ede183 new file mode 100644 index 000000000..066be14db --- /dev/null +++ b/61/26a41c7cb6c6a9985cc29b83534c4aa4ede183 @@ -0,0 +1,81 @@ +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 487D5431E82 + for ; Fri, 14 Mar 2014 12:38:04 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: -0.7 +X-Spam-Level: +X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5 + tests=[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 GZpwcKIIt+CK for ; + Fri, 14 Mar 2014 12:37:54 -0700 (PDT) +Received: from mail-ee0-f51.google.com (mail-ee0-f51.google.com + [74.125.83.51]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client + certificate requested) by olra.theworths.org (Postfix) with ESMTPS id + 34E45431FB6 for ; Fri, 14 Mar 2014 12:37:54 -0700 + (PDT) +Received: by mail-ee0-f51.google.com with SMTP id c13so1769191eek.38 + for ; Fri, 14 Mar 2014 12:37:51 -0700 (PDT) +X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; + d=1e100.net; s=20130820; + h=x-gm-message-state:from:to:subject:in-reply-to:references + :user-agent:date:message-id:mime-version:content-type; + bh=d7zJrATcfon+x1GS5rYzODWxroQvRWD0DBQfS8kuigU=; + b=Jf3w8UaUN5wV7YJNxJQyRtblbJYGTwa57nH+YYyCP2W9yJTmmGk2cIbEP/VmNP1O17 + QA/nxCajm+q69yDoYr17gIEyLLvHrBeNrcM2G2zQ/gM82q88cCxrs0lgDpg8EM7dtDkz + fIy18FUkqkrYpHhe2wB3yw0qpuXuTRg9y7yBJLBgVVyqeBVwpS5uLVIYu1Ph0GW2EM/p + Zji4iJID6fELnbhe95nVGwr+zO7vun2d0nCZhEwZVNSp20LGmqlYv0W8mrdY5czUrCdy + SoHpcjWy0BmV0jbnnMNi4G79K1jUdODQ7jKdqr6XrovnTIZuHcreEXmqmspDjXKv/L6U + OGjA== +X-Gm-Message-State: + ALoCoQk6//+Az5biQ5AllMKacHBrTfm+7CK2XeutP7la2EjTXGkdDdFPW1173HF41hrP6NeH2AYa +X-Received: by 10.15.64.75 with SMTP id n51mr1513562eex.33.1394825870337; + Fri, 14 Mar 2014 12:37:50 -0700 (PDT) +Received: from localhost (dsl-hkibrasgw2-58c36f-91.dhcp.inet.fi. + [88.195.111.91]) + by mx.google.com with ESMTPSA id s46sm19268004ees.3.2014.03.14.12.37.48 + for + (version=TLSv1.2 cipher=RC4-SHA bits=128/128); + Fri, 14 Mar 2014 12:37:49 -0700 (PDT) +From: Jani Nikula +To: Peter Zijlstra , notmuch@notmuchmail.org +Subject: Re: [PATCH] notmuch: Add "maildir:" search option +In-Reply-To: <20131112155637.GA16796@laptop.programming.kicks-ass.net> +References: <20131112155637.GA16796@laptop.programming.kicks-ass.net> +User-Agent: Notmuch/0.17+142~g30045abd801f (http://notmuchmail.org) + Emacs/24.3.1 (x86_64-pc-linux-gnu) +Date: Fri, 14 Mar 2014 21:37:47 +0200 +Message-ID: <878usc8tbo.fsf@nikula.org> +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: Fri, 14 Mar 2014 19:38:04 -0000 + +On Tue, 12 Nov 2013, Peter Zijlstra wrote: +> Subject: notmuch: Add "maildir:" search option +> +> The current "folder:" search terms are near useless when you have +> recursive folders, introduce a boolean "maildir:" search term to +> exactly match the maildir folder. + +I've now marked this as "obsolete" in our patch tracking system, as the +patches to add boolean "folder:" and "path:" support have been merged. + +BR, +Jani. -- 2.26.2