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: [PATCH] Summary by thread in rmail Date: Thu, 06 Oct 2022 09:02:04 +0300 Message-ID: <831qrlsd5v.fsf@gnu.org> References: <87o7uq6ihu.fsf@autistici.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="34494"; 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 Thu Oct 06 08:04:23 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 1ogJzb-0008hr-6I for ged-emacs-devel@m.gmane-mx.org; Thu, 06 Oct 2022 08:04:23 +0200 Original-Received: from localhost ([::1]:46754 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ogJzZ-0003Dn-Cy for ged-emacs-devel@m.gmane-mx.org; Thu, 06 Oct 2022 02:04:21 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:52332) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ogJxN-0001WJ-Gc for emacs-devel@gnu.org; Thu, 06 Oct 2022 02:02:07 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:55818) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ogJxN-0000Xa-7m; Thu, 06 Oct 2022 02:02:05 -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=WcQ2jBE46LrnPXXlL6xicAMThDk6zF7S0lk+qfofizg=; b=I804Dr21EMYJ lQenGKfx+v3Hu7vwvo50ddtLlt7/UUPsW8EbmHf7OA3WZo3tMhO9UZkoNc//ZjTBXH7FynaIpqdOd S/TRwPJVBR5YUTICrQw4yr0YEdtdgGcIjLCuZLPRxUnrAkejxNtRP6PaC8bx8dGHFFHENeyLxWQGK /cRHRj3KERLETswbKkSZMAk72vaa+CCn7SMvtkUWs/M2yFc84EVjBym+KDkNWU/QyTtDPTWLpjfrN iCib2gyoof4S+VNZRDt6e6Xwf/PvBfCzN9v7T3C696BzR2BexZeqwHNijRKEMzUjwnXXcs/PalbtR khY1h1vkkdJ3nLhzd8StTA==; Original-Received: from [87.69.77.57] (port=4571 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 1ogJxL-0007yR-KG; Thu, 06 Oct 2022 02:02:03 -0400 In-Reply-To: <87o7uq6ihu.fsf@autistici.org> (message from Andrea Monaco on Wed, 05 Oct 2022 23:57:49 +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:297058 Archived-At: > From: Andrea Monaco > Date: Wed, 05 Oct 2022 23:57:49 +0200 > > I had some code ready. This only looks at the Subject field. You can > invoke it with rmail-thread-summary and it creates a buffer called > e.g. RMAIL-thread-summary that is independent of RMAIL-summary. There's > still no code to update the summary after getting new mail. It's basic, > but it works. Thanks. However, I wonder: why would we need two commands that produce a summary by Subject? IOW, what is the use case for this new command that the existing C-M-t doesn't support?