From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Andrea Monaco Newsgroups: gmane.emacs.devel Subject: Re: Summary by thread in rmail Date: Fri, 07 Oct 2022 12:17:27 +0200 Message-ID: <87a6686iq0.fsf@autistici.org> References: Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="12043"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Oct 07 12:22:10 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 1ogkUb-0002uY-LE for ged-emacs-devel@m.gmane-mx.org; Fri, 07 Oct 2022 12:22:09 +0200 Original-Received: from localhost ([::1]:39116 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ogkUa-0006KG-EF for ged-emacs-devel@m.gmane-mx.org; Fri, 07 Oct 2022 06:22:08 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:60378) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ogkQG-00045T-7j for emacs-devel@gnu.org; Fri, 07 Oct 2022 06:17:40 -0400 Original-Received: from latitanza.investici.org ([2001:888:2000:56::19]:38645) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ogkQE-0006qp-2W; Fri, 07 Oct 2022 06:17:39 -0400 Original-Received: from mx3.investici.org (unknown [127.0.0.1]) by latitanza.investici.org (Postfix) with ESMTP id 4MkPPh6hjhzGp39; Fri, 7 Oct 2022 10:17:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=autistici.org; s=stigmate; t=1665137848; bh=5lU35IrSzi9HZMFl9Vk1viqvFg5/rr9KzJrBWX2lm3M=; h=From:To:Cc:Subject:In-Reply-To:Date:From; b=pksV0DL+Ifw+Doe8ZXpC8uAE5WpQyeMudj7RybiabUEZVWjSqIq1EpwR4MsDbdlWd PAMG5uOc2DjVCEWxmGEUrCfojYG6WWbi6wHO7/aVrr3n8dMSjvjGdd9sFhtP3qLyvn zZQDX9EHiAnat/nrsvcuOpkuY8Jh9gVVGkpLMF6M= Original-Received: from [82.94.249.234] (mx3.investici.org [82.94.249.234]) (Authenticated sender: andrea.monaco@autistici.org) by localhost (Postfix) with ESMTPSA id 4MkPPh5QYyzGp2y; Fri, 7 Oct 2022 10:17:28 +0000 (UTC) In-Reply-To: (message from Richard Stallman on Thu, 06 Oct 2022 18:04:51 -0400) Received-SPF: pass client-ip=2001:888:2000:56::19; envelope-from=andrea.monaco@autistici.org; helo=latitanza.investici.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action 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:297144 Archived-At: As I've said, my current patch shows a summary of _all_ mail by thread, but it deduces threads based on subject alone. I can add detection of other fields such as In-reply-to and References, as many people seem to prefer it. > This would make it possible to check for a conjunction of > conditions. And membership in a thread, if you're added that, could > be one of them. Applying consecutive filters is a different thing, but it seems a natural improvement, so I'll take a look. Andrea Monaco