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: [PATCH v2] Allow applying filters to summary consecutively Date: Wed, 12 Oct 2022 20:13:22 +0200 Message-ID: <87o7ugj4fx.fsf@autistici.org> References: <83h709ci9i.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="17687"; mail-complaints-to="usenet@ciao.gmane.io" Cc: rpluim@gmail.com, emacs-devel@gnu.org, rms@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Oct 12 20:14: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 1oigFK-0004Le-VU for ged-emacs-devel@m.gmane-mx.org; Wed, 12 Oct 2022 20:14:23 +0200 Original-Received: from localhost ([::1]:55076 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oigFJ-0006nq-CG for ged-emacs-devel@m.gmane-mx.org; Wed, 12 Oct 2022 14:14:21 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:47076) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oigEU-00064z-51 for emacs-devel@gnu.org; Wed, 12 Oct 2022 14:13:30 -0400 Original-Received: from devianza.investici.org ([198.167.222.108]:47763) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oigES-0000eR-3m; Wed, 12 Oct 2022 14:13:29 -0400 Original-Received: from mx2.investici.org (unknown [127.0.0.1]) by devianza.investici.org (Postfix) with ESMTP id 4MngkX500Sz6vLv; Wed, 12 Oct 2022 18:13:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=autistici.org; s=stigmate; t=1665598404; bh=frG1ENYRjL2VppR02p8af2R0dc5fgYDd/sMy277uDNw=; h=From:To:Cc:Subject:In-Reply-To:Date:From; b=QTs7wCtHqfQER/UA3NCznISKh48GOuEDe/CA2oL8/V0n8MoYD5GsOUjy87nUulv6O NFMn/gD8gsZbb0gCLvLqxOgRJEI1q23ofdNww2UWsqV4wpKPFgYJp49hShtBBciE5i NPpFpqqlh1YISNxXmd1DqyUK6KdU+0QcsFtR1x6Q= Original-Received: from [198.167.222.108] (mx2.investici.org [198.167.222.108]) (Authenticated sender: andrea.monaco@autistici.org) by localhost (Postfix) with ESMTPSA id 4MngkX1x3Zz6vLq; Wed, 12 Oct 2022 18:13:24 +0000 (UTC) In-Reply-To: <83h709ci9i.fsf@gnu.org> (message from Eli Zaretskii on Wed, 12 Oct 2022 15:56:41 +0300) Received-SPF: pass client-ip=198.167.222.108; envelope-from=andrea.monaco@autistici.org; helo=devianza.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, RCVD_IN_DNSWL_NONE=-0.0001, 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:297627 Archived-At: > I'd rather not make such drastic changes in the behavior of Rmail. > Most people who use it are likely to be on the conservative side. We could make a new global variable called something like rmail-summary-apply-filters-consecutively. When it is non-nil, the new behavior applies. That shouldn't break anything. Andrea Monaco