From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 6ADAF6DE0A81 for ; Thu, 27 Feb 2020 12:05:25 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: 0.39 X-Spam-Level: X-Spam-Status: No, score=0.39 tagged_above=-999 required=5 tests=[AWL=-0.262, SPF_NEUTRAL=0.652] 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 PM29S2Y5n_sB for ; Thu, 27 Feb 2020 12:05:24 -0800 (PST) Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34]) by arlo.cworth.org (Postfix) with ESMTP id 7DA4F6DE0A43 for ; Thu, 27 Feb 2020 12:05:24 -0800 (PST) Received: from guru.guru-group.fi (localhost [IPv6:::1]) by guru.guru-group.fi (Postfix) with ESMTP id 9D99A100063; Thu, 27 Feb 2020 22:05:22 +0200 (EET) From: Tomi Ollila To: Mark Walters , notmuch@notmuchmail.org Subject: Re: [PATCH 5/6] Add a U binding to switch to unthreaded from other views In-Reply-To: <20200227171652.18187-6-markwalters1009@gmail.com> References: <20200227171652.18187-1-markwalters1009@gmail.com> <20200227171652.18187-6-markwalters1009@gmail.com> User-Agent: Notmuch/0.28.3+84~g41389bb (https://notmuchmail.org) Emacs/25.2.1 (x86_64-unknown-linux-gnu) X-Face: HhBM'cA~ MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.29 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: Thu, 27 Feb 2020 20:05:25 -0000 On Thu, Feb 27 2020, Mark Walters wrote: > We have shortcuts S and Z to let the user switch to Search view and > Tree view with the current search. Add U to let the user switch to > unthreaded view from the current search, and ensure that S and Z > switch from unthreaded to search and tree veiew respectively. LGTM. Tomi > --- > emacs/notmuch-show.el | 10 ++++++++++ > emacs/notmuch-tree.el | 23 +++++++++++++++++++++-- > emacs/notmuch.el | 6 ++++++ > 3 files changed, 37 insertions(+), 2 deletions(-) >