From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Jumping to message by ID Date: Sat, 09 Sep 2023 12:15:15 +0300 Message-ID: <83edj7vhb0.fsf@gnu.org> References: <87pm2rg1r8.fsf@autistici.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="35597"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Andrea Monaco Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Sep 09 11:16:03 2023 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1qeu4Q-0008ze-Hl for ged-emacs-devel@m.gmane-mx.org; Sat, 09 Sep 2023 11:16:02 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qeu3o-0008PD-Op; Sat, 09 Sep 2023 05:15:24 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qeu3n-0008Oz-9e for emacs-devel@gnu.org; Sat, 09 Sep 2023 05:15:23 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qeu3m-0007kX-Nj; Sat, 09 Sep 2023 05:15:22 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=MrwBKEHxINNFVGHasJct8ezpaQnsJuLGQIJlEsd6r/Q=; b=Hn7dyChloVYF ayMj6uvIg6T/lXFWJ0Lr8paUdmV1iwyVhbNEW/I7LTlf5A7dug/73sc8S+lDSpHoN+GAlMxllkffF E+UcjUORQUSqnlbMmZprYfAf4Hh8xTuTvbAr/718TE7iVf1HtqiPAQj6D37UlNLijvk/ZNSBg18f1 n1KXejXn5GZwmP4k4yQkKi4SSYaZvelxlK5zStVStIWinqKtQRko2v1ySdM4wlWv+4WWDu+krpA5a +xylwAjBjsUyrImue7umXKE0fn2tZ6VZ76Qj9hWWuTtXfzuBFmWG5d64vDTp/Qh77uuayRfFNecRq rkxg9B/Cme+AMCxOxUp19A==; In-Reply-To: <87pm2rg1r8.fsf@autistici.org> (message from Andrea Monaco on Sat, 09 Sep 2023 11:00:11 +0200) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:310392 Archived-At: > From: Andrea Monaco > Date: Sat, 09 Sep 2023 11:00:11 +0200 > > > I thought of a feature for rmail. If point is on a message id, for > example those in the In-reply-to and References field, then pressing > ENTER or some key could show the message with that id, if such is found. > > I would occasionally find this feature useful. Let me know. Sounds useful, please feel free to work on adding this. Thanks.