Re: [PATCH v3] emacs: wrap current search in parens when filtering
authorDavid Bremner <david@tethera.net>
Mon, 7 Sep 2015 12:50:43 +0000 (09:50 +2100)
committerW. Trevor King <wking@tremily.us>
Sat, 20 Aug 2016 21:49:32 +0000 (14:49 -0700)
42/9aa1dbefe6d29a3a04df74f82daee1821b575d [new file with mode: 0644]

diff --git a/42/9aa1dbefe6d29a3a04df74f82daee1821b575d b/42/9aa1dbefe6d29a3a04df74f82daee1821b575d
new file mode 100644 (file)
index 0000000..b7b67f2
--- /dev/null
@@ -0,0 +1,61 @@
+Return-Path: <david@tethera.net>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+ by arlo.cworth.org (Postfix) with ESMTP id 500276DE1A24\r
+ for <notmuch@notmuchmail.org>; Mon,  7 Sep 2015 05:58:45 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at cworth.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 2.711\r
+X-Spam-Level: **\r
+X-Spam-Status: No, score=2.711 tagged_above=-999 required=5 tests=[AWL=-0.979,\r
+  RCVD_IN_BRBL_LASTEXT=1.644, RCVD_IN_SBL=2.596, RP_MATCHES_RCVD=-0.55]\r
+ autolearn=disabled\r
+Received: from arlo.cworth.org ([127.0.0.1])\r
+ by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
+ with ESMTP id 2wIswYOgOikf for <notmuch@notmuchmail.org>;\r
+ Mon,  7 Sep 2015 05:58:43 -0700 (PDT)\r
+Received: from yantan.tethera.net (yantan.tethera.net [199.188.72.155])\r
+ by arlo.cworth.org (Postfix) with ESMTPS id 6CCE26DE17FB\r
+ for <notmuch@notmuchmail.org>; Mon,  7 Sep 2015 05:58:43 -0700 (PDT)\r
+Received: from remotemail by yantan.tethera.net with local (Exim 4.80)\r
+ (envelope-from <david@tethera.net>)\r
+ id 1ZYvsk-0002m4-Np; Mon, 07 Sep 2015 09:50:46 -0300\r
+Received: (nullmailer pid 23728 invoked by uid 1000); Mon, 07 Sep 2015\r
+ 12:50:43 -0000\r
+From: David Bremner <david@tethera.net>\r
+To: Uli Scholler <uli@scholler.net>, notmuch@notmuchmail.org\r
+Subject: Re: [PATCH v3] emacs: wrap current search in parens when filtering\r
+In-Reply-To: <1441574945-28437-1-git-send-email-uli@scholler.net>\r
+References: <m2mvwz29dg.fsf@guru.guru-group.fi>\r
+ <1441574945-28437-1-git-send-email-uli@scholler.net>\r
+User-Agent: Notmuch/0.20.2 (http://notmuchmail.org) Emacs/24.5.1\r
+ (x86_64-pc-linux-gnu)\r
+Date: Mon, 07 Sep 2015 09:50:43 -0300\r
+Message-ID: <87h9n6z93w.fsf@zancas.localnet>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain\r
+Cc: Uli Scholler <uli@scholler.net>\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.18\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+ <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch/>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Mon, 07 Sep 2015 12:58:45 -0000\r
+\r
+Uli Scholler <uli@scholler.net> writes:\r
+\r
+> When filtering the current search further with notmuch-search-filter,\r
+> wrap the current search in parens (if necessary).\r
+>\r
+\r
+merged to master. Thanks for your patience ;).\r
+\r
+d\r