From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id 0HNXLUM31F7JQQAA0tVLHw (envelope-from ) for ; Sun, 31 May 2020 23:01:23 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id KL7/KEM31F7xHQAAbx9fmQ (envelope-from ) for ; Sun, 31 May 2020 23:01:23 +0000 Received: from arlo.cworth.org (arlo.cworth.org [50.126.95.6]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 3F92F940538 for ; Sun, 31 May 2020 23:01:22 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 4D3746DE0F4C; Sun, 31 May 2020 16:01:17 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org 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 3A17nyfORJh0; Sun, 31 May 2020 16:01:16 -0700 (PDT) Received: from arlo.cworth.org (localhost [IPv6:::1]) by arlo.cworth.org (Postfix) with ESMTP id 3B16D6DE0F34; Sun, 31 May 2020 16:01:16 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 9844B6DE0F34 for ; Sun, 31 May 2020 16:01:14 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org 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 bkYlRQng6lJA for ; Sun, 31 May 2020 16:01:14 -0700 (PDT) X-Greylist: delayed 398 seconds by postgrey-1.36 at arlo; Sun, 31 May 2020 16:01:14 PDT Received: from cfg.domain (jb55.com [45.79.91.128]) by arlo.cworth.org (Postfix) with ESMTPS id 02BEE6DE0F22 for ; Sun, 31 May 2020 16:01:13 -0700 (PDT) Received: from jb55.com (S010660e327dca171.vc.shawcable.net [24.84.152.187]) by jb55.com (OpenSMTPD) with ESMTPSA id 6ee65f30 (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO); Sun, 31 May 2020 22:54:51 +0000 (UTC) From: William Casarin To: Tomi Ollila , notmuch@notmuchmail.org Subject: Re: [PATCH] emacs/tree: add notmuch-tree-filter In-Reply-To: References: <20200425194234.17971-1-jb55@jb55.com> Date: Sun, 31 May 2020 15:54:33 -0700 Message-ID: <87y2p767h2.fsf@jb55.com> MIME-Version: 1.0 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: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: notmuch-bounces@notmuchmail.org Sender: "notmuch" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of notmuch-bounces@notmuchmail.org designates 50.126.95.6 as permitted sender) smtp.mailfrom=notmuch-bounces@notmuchmail.org X-Spam-Score: -1.01 X-TUID: yMSCu9QIAlR4 Tomi Ollila writes: > On Sat, Apr 25 2020, William Casarin wrote: > >> This implements the notmuch-tree version of notmuch-show-filter-thread >> and binds it to the L key. > > No reasoning in commit message why 'L' is chosen... oh right this should probably be `l`. I think I thought it was L because evil rebinds notmuch-show-filter-thread from `l` to `L` and I didn't realize this until now.