From 30b619307daa1287fd96494ae6f8c96a8b96b673 Mon Sep 17 00:00:00 2001 From: David Bremner Date: Tue, 8 Sep 2015 09:50:43 +2100 Subject: [PATCH] Re: [PATCH v3] emacs: wrap current search in parens when filtering --- 42/9aa1dbefe6d29a3a04df74f82daee1821b575d | 61 +++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 42/9aa1dbefe6d29a3a04df74f82daee1821b575d diff --git a/42/9aa1dbefe6d29a3a04df74f82daee1821b575d b/42/9aa1dbefe6d29a3a04df74f82daee1821b575d new file mode 100644 index 000000000..b7b67f2f5 --- /dev/null +++ b/42/9aa1dbefe6d29a3a04df74f82daee1821b575d @@ -0,0 +1,61 @@ +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 500276DE1A24 + for ; Mon, 7 Sep 2015 05:58:45 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: 2.711 +X-Spam-Level: ** +X-Spam-Status: No, score=2.711 tagged_above=-999 required=5 tests=[AWL=-0.979, + RCVD_IN_BRBL_LASTEXT=1.644, RCVD_IN_SBL=2.596, 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 2wIswYOgOikf for ; + Mon, 7 Sep 2015 05:58:43 -0700 (PDT) +Received: from yantan.tethera.net (yantan.tethera.net [199.188.72.155]) + by arlo.cworth.org (Postfix) with ESMTPS id 6CCE26DE17FB + for ; Mon, 7 Sep 2015 05:58:43 -0700 (PDT) +Received: from remotemail by yantan.tethera.net with local (Exim 4.80) + (envelope-from ) + id 1ZYvsk-0002m4-Np; Mon, 07 Sep 2015 09:50:46 -0300 +Received: (nullmailer pid 23728 invoked by uid 1000); Mon, 07 Sep 2015 + 12:50:43 -0000 +From: David Bremner +To: Uli Scholler , notmuch@notmuchmail.org +Subject: Re: [PATCH v3] emacs: wrap current search in parens when filtering +In-Reply-To: <1441574945-28437-1-git-send-email-uli@scholler.net> +References: + <1441574945-28437-1-git-send-email-uli@scholler.net> +User-Agent: Notmuch/0.20.2 (http://notmuchmail.org) Emacs/24.5.1 + (x86_64-pc-linux-gnu) +Date: Mon, 07 Sep 2015 09:50:43 -0300 +Message-ID: <87h9n6z93w.fsf@zancas.localnet> +MIME-Version: 1.0 +Content-Type: text/plain +Cc: Uli Scholler +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: Mon, 07 Sep 2015 12:58:45 -0000 + +Uli Scholler writes: + +> When filtering the current search further with notmuch-search-filter, +> wrap the current search in parens (if necessary). +> + +merged to master. Thanks for your patience ;). + +d -- 2.26.2