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 72A896DE0F90 for ; Wed, 13 Nov 2019 09:48:32 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.343 X-Spam-Level: X-Spam-Status: No, score=-0.343 tagged_above=-999 required=5 tests=[AWL=-0.143, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1] 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 Wd2gFwJoyDcN for ; Wed, 13 Nov 2019 09:48:31 -0800 (PST) Received: from jb55.com (jb55.com [45.79.91.128]) by arlo.cworth.org (Postfix) with ESMTPS id 139D56DE0F8E for ; Wed, 13 Nov 2019 09:48:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d= jb55.com; h=from:to:subject:date:message-id; s=default; bh=Qlt/gBp6WxP69qTyRUt6644CTCH2wZXChxNYvuT8/bw=; b=eGRzFMQPSROLHRpY+ET1+3YSKOA+p9x+NZObR1U+9bOcl28tzIyqc/ra6jtBUIJmeM8pApoEmEHpfAar8fycvHmQfMx+TlwORc7MiGc2f3y9xfMD8NiVLMYQDNrJnYekEgyLqtt3aWrWln/UTGlsjsl6OmiH9KMWmyBvFZzk2jNinxgR0RkD8k+0ySXH6RCj4BfDkLO1hm5HFo1z9DJJB7WrF0/5JS+yLoAw/IZF4zWV4zBRIUh8s/2nY5tCEYJhxPVI6Kzj+vdWtOR4Z5cBPPmFFFaEmZ43kQpAog2Kt1g3W+6iS/N+GGgN1lIRMTweKkLyjTfMwGjB8Wv85Zaa4Q== Received: from jb55.com (S010660e327dca171.vc.shawcable.net [24.84.152.187]) by jb55.com (OpenSMTPD) with ESMTPSA id ed554bd6 TLS version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Wed, 13 Nov 2019 17:48:29 +0000 (UTC) From: William Casarin To: Teemu Likonen , notmuch@notmuchmail.org Cc: Johan Parin , David Edmondson Subject: Re: [PATCH] emacs: bind C-u Z to notmuch-tree-from-search-thread In-Reply-To: <87zhgz8ytr.fsf@iki.fi> References: <20191113080004.32214-1-jb55@jb55.com> <87zhgz8ytr.fsf@iki.fi> Date: Wed, 13 Nov 2019 09:48:28 -0800 Message-ID: <874kz7vf9v.fsf@jb55.com> 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: Wed, 13 Nov 2019 17:48:32 -0000 Teemu Likonen writes: > William Casarin [2019-11-13T00:00:04-08] wrote: > >> This is an unbound function that is quite useful. It opens a selected >> thread in notmuch-tree from the current search query. > > I agree that it is good idea to bind notmuch-tree-from-search-thread > command and thus make it show in "C-h m" *Help* buffer. I prefer M-RET > because > - it is quick to type > - it feels like variant of RET (notmuch-search-show-thread). I never thought of that but it I like it.