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 v3] Allow applying filters to summary consecutively Date: Thu, 27 Oct 2022 17:27:20 +0300 Message-ID: <83y1t1l4tz.fsf@gnu.org> References: <87k04vj3ji.fsf@autistici.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="5864"; mail-complaints-to="usenet@ciao.gmane.io" Cc: rms@gnu.org, rpluim@gmail.com, emacs-devel@gnu.org To: Andrea Monaco Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Oct 27 16:29:16 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 1oo3sf-0001EH-LT for ged-emacs-devel@m.gmane-mx.org; Thu, 27 Oct 2022 16:29:13 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oo3rF-0004ab-7G; Thu, 27 Oct 2022 10:27:45 -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 1oo3r6-0003mM-Pj for emacs-devel@gnu.org; Thu, 27 Oct 2022 10:27:37 -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 1oo3r6-0001kl-H2; Thu, 27 Oct 2022 10:27:36 -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=DzPhny34mkz77Mm6zWTY0vyEoFYifYkH+lorEFNmkyk=; b=aXNVcnHiFKy9 uxqwIQTjppCfZ6GPxckpr6/8wD+T5RuZVuTjyEOAYeJcnvbZ9kpe7o4Od1mMY/h1IjALKwxbYIalA NakyYcRaG2O4ZeF5YAcoFF/a/Xasu0bMXDiyQk99WOtcM0r2mcOa22z93VVvmCBHrLbn4XEq4UCfC 38wC5ajd8NaPn5n7XcUbLePk+9Nd7TlzkApDhFPoEPjrjM2pIPfxpB3RMmXtefvK/rUxKMa51Ue0I dIv1AeVQhWXlY0S92gUi+y4uU4TwMQau2j58KEarU9nK5pOeivYLedLS1J8cBzOcWBmFwxOQDZCE+ bhbp/fcRdOlfOwhQHXjxmA==; Original-Received: from [87.69.77.57] (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 1oo3qx-0007df-F4; Thu, 27 Oct 2022 10:27:31 -0400 In-Reply-To: <87k04vj3ji.fsf@autistici.org> (message from Andrea Monaco on Wed, 19 Oct 2022 16:23:13 +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: , Original-Sender: "Emacs-devel" Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:298621 Archived-At: > From: Andrea Monaco > Cc: rpluim@gmail.com, eliz@gnu.org, emacs-devel@gnu.org > Date: Wed, 19 Oct 2022 16:23:13 +0200 > > > I introduced a configuration item called > rmail-summary-apply-filters-consecutively. When set to non-nil, the > filters stack. I also removed the KEEP-FILTERING argument that I > previously added, because it is no longer needed now that there's a > global switch. Thanks, installed. In the future, please don't change the Subject of the messages, not even to indicate the version of the patch: it makes looking for the related messages harder.