From: David Bremner Date: Wed, 21 Oct 2015 12:18:04 +0000 (+2100) Subject: Re: [PATCH 1/2] emacs: allow saved searches to select tree-view X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e91d18e7cd656361a4a818e330604ac9ef91b7e7;p=notmuch-archives.git Re: [PATCH 1/2] emacs: allow saved searches to select tree-view --- diff --git a/b6/11fc8fda45c7c3a5e9078aeb6d98d34899d7e7 b/b6/11fc8fda45c7c3a5e9078aeb6d98d34899d7e7 new file mode 100644 index 000000000..a9260e3e8 --- /dev/null +++ b/b6/11fc8fda45c7c3a5e9078aeb6d98d34899d7e7 @@ -0,0 +1,57 @@ +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 708BE6DE19CD + for ; Wed, 21 Oct 2015 05:19:54 -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 givPJ8D8feW9 for ; + Wed, 21 Oct 2015 05:19:52 -0700 (PDT) +Received: from gitolite.debian.net (gitolite.debian.net [87.98.215.224]) + by arlo.cworth.org (Postfix) with ESMTPS id 76FF86DE1995 + for ; Wed, 21 Oct 2015 05:19:52 -0700 (PDT) +Received: from remotemail by gitolite.debian.net with local (Exim 4.80) + (envelope-from ) + id 1ZosLZ-0004uv-No; Wed, 21 Oct 2015 12:18:25 +0000 +Received: (nullmailer pid 26553 invoked by uid 1000); Wed, 21 Oct 2015 + 12:18:04 -0000 +From: David Bremner +To: Mark Walters , notmuch@notmuchmail.org +Subject: Re: [PATCH 1/2] emacs: allow saved searches to select tree-view +In-Reply-To: <1444811903-16741-2-git-send-email-markwalters1009@gmail.com> +References: <1444811903-16741-1-git-send-email-markwalters1009@gmail.com> + <1444811903-16741-2-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:04 -0300 +Message-ID: <877fmgo1oj.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:19:54 -0000 + +Mark Walters writes: + +> This patch allows the user to customize a saved search to choose tree +> view rather than the default search view. It also updates notmuch-jump +> so that it respects this choice. + +pushed to master and release