From: David Bremner Date: Wed, 21 Oct 2015 12:18:22 +0000 (+2100) Subject: Re: [PATCH 2/2] emacs: tree: bind S to run current query in search mode X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=98ee0511c869e66677b0c245580a99150f352f31;p=notmuch-archives.git Re: [PATCH 2/2] emacs: tree: bind S to run current query in search mode --- diff --git a/9a/5797cb7f0434c949123d5aabca4cb07dd4538b b/9a/5797cb7f0434c949123d5aabca4cb07dd4538b new file mode 100644 index 000000000..e7988f0ae --- /dev/null +++ b/9a/5797cb7f0434c949123d5aabca4cb07dd4538b @@ -0,0 +1,60 @@ +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 D044C6DE1B60 + for ; Wed, 21 Oct 2015 05:20:14 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: 0.1 +X-Spam-Level: +X-Spam-Status: No, score=0.1 tagged_above=-999 required=5 tests=[AWL=0.100] + 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 YeWmrp-M-WkJ for ; + Wed, 21 Oct 2015 05:20:13 -0700 (PDT) +Received: from gitolite.debian.net (gitolite.debian.net [87.98.215.224]) + by arlo.cworth.org (Postfix) with ESMTPS id 67F386DE1A5E + for ; Wed, 21 Oct 2015 05:20:11 -0700 (PDT) +Received: from remotemail by gitolite.debian.net with local (Exim 4.80) + (envelope-from ) + id 1ZosLs-0004v6-E4; Wed, 21 Oct 2015 12:18:44 +0000 +Received: (nullmailer pid 26568 invoked by uid 1000); Wed, 21 Oct 2015 + 12:18:22 -0000 +From: David Bremner +To: Mark Walters , notmuch@notmuchmail.org +Subject: Re: [PATCH 2/2] emacs: tree: bind S to run current query in search + mode +In-Reply-To: <1444811903-16741-3-git-send-email-markwalters1009@gmail.com> +References: <1444811903-16741-1-git-send-email-markwalters1009@gmail.com> + <1444811903-16741-3-git-send-email-markwalters1009@gmail.com> +User-Agent: Notmuch/0.20.2+93~g33c8777 (http://notmuchmail.org) Emacs/24.5.1 + (x86_64-pc-linux-gnu) +Date: Wed, 21 Oct 2015 09:18:22 -0300 +Message-ID: <874mhko1o1.fsf@zancas.localnet> +MIME-Version: 1.0 +Content-Type: text/plain +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.20 +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: Wed, 21 Oct 2015 12:20:14 -0000 + +Mark Walters writes: + +> --- +> emacs/notmuch-tree.el | 8 ++++++++ +> 1 file changed, 8 insertions(+) + +pushed to master and release + +d