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: Summary by thread in rmail Date: Wed, 05 Oct 2022 21:49:07 +0300 Message-ID: <83k05ertr0.fsf@gnu.org> References: <87r0zm6s15.fsf@autistici.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="23556"; 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 Wed Oct 05 20:51:22 2022 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 1og9UH-0005sy-Cy for ged-emacs-devel@m.gmane-mx.org; Wed, 05 Oct 2022 20:51:21 +0200 Original-Received: from localhost ([::1]:45656 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1og9UF-0006PB-V4 for ged-emacs-devel@m.gmane-mx.org; Wed, 05 Oct 2022 14:51:19 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:41142) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1og9SI-0005fL-QV for emacs-devel@gnu.org; Wed, 05 Oct 2022 14:49:18 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:56776) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1og9SH-00059w-Au; Wed, 05 Oct 2022 14:49:17 -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=TMxYOr2efAE1YVjLak6Gd7VCyrXrhgAnNb2DVzw0Xg0=; b=qwz5Lrw1Y0iw f4WDx0ktUMP1l8JSGxYcEQysJiAERn6RSDojTkWrVthwS1xtZAZjb4zTXwhpMdnXKE3fy5f3df92K GYVyADM9o3wRPBNQ9U/ZppMuShN0dY4PDFX/lDKNF4PUJxhs/Wxyvc16Z8rfnT8UGTVf0d8RtFjDr NxF6AjC9HWJaFjSuSfTOw0+pQVduNK9NPmpTXLytWyWCbcnQZ4WHbcmz4v83LokSJU4+8krwTu1WO 6JKojDhJFQh3Nt4DY6QNb8s4AIo95kthgq+Q764yQuHB3OmKvy4TgSkWz1zoc72IvncGfDg4wzXTa IPYBrYvobozxYJz4B3poQA==; Original-Received: from [87.69.77.57] (port=3107 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1og9SB-0006P0-3k; Wed, 05 Oct 2022 14:49:16 -0400 In-Reply-To: <87r0zm6s15.fsf@autistici.org> (message from Andrea Monaco on Wed, 05 Oct 2022 20:31:50 +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" Xref: news.gmane.io gmane.emacs.devel:297005 Archived-At: > From: Andrea Monaco > Date: Wed, 05 Oct 2022 20:31:50 +0200 > > Can rmail display a summary by thread? Not really. There's "C-M-t TOPIC RET", but it matches TOPIC against the Subject of the messages, so it only works as long as people didn't change Subject mid-thread. > That would be useful to me, and I'm willing to work on it. Thanks, adding that would be useful, I think.