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 7E6A36DE0A81 for ; Thu, 27 Feb 2020 12:10:24 -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 s54yatYtdWFa for ; Thu, 27 Feb 2020 12:10: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 DADCC6DE0A43 for ; Thu, 27 Feb 2020 12:10:23 -0800 (PST) Received: from guru.guru-group.fi (localhost [IPv6:::1]) by guru.guru-group.fi (Postfix) with ESMTP id 043F0100063; Thu, 27 Feb 2020 22:10:22 +0200 (EET) From: Tomi Ollila To: Mark Walters , notmuch@notmuchmail.org Subject: Re: [PATCH 6/6] notmuch-hello/jump: allow saved searches to specify unthreaded mode In-Reply-To: <20200227171652.18187-7-markwalters1009@gmail.com> References: <20200227171652.18187-1-markwalters1009@gmail.com> <20200227171652.18187-7-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:10:24 -0000 On Thu, Feb 27 2020, Mark Walters wrote: > Saved searches in notmuch-hello and notmuch-jump can specify whether > to use search mode or tree mode. This adds an option for them to > specify unthreaded mode. LGTM. Tomi > --- > emacs/notmuch-hello.el | 29 +++++++++++++++++++---------- > emacs/notmuch-jump.el | 10 +++++++--- > 2 files changed, 26 insertions(+), 13 deletions(-) >