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 v2] Allow applying filters to summary consecutively Date: Wed, 12 Oct 2022 21:22:37 +0300 Message-ID: <83bkqgc36a.fsf@gnu.org> References: <87o7ugj4fx.fsf@autistici.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="15806"; mail-complaints-to="usenet@ciao.gmane.io" Cc: rpluim@gmail.com, emacs-devel@gnu.org, rms@gnu.org To: Andrea Monaco Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Oct 12 20:37:35 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 1oigbm-0003uu-Te for ged-emacs-devel@m.gmane-mx.org; Wed, 12 Oct 2022 20:37:35 +0200 Original-Received: from localhost ([::1]:52220 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oigbl-0000wR-RW for ged-emacs-devel@m.gmane-mx.org; Wed, 12 Oct 2022 14:37:33 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:53376) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oigNA-0003KT-7j for emacs-devel@gnu.org; Wed, 12 Oct 2022 14:22:28 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:40034) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oigN9-00022e-Rj; Wed, 12 Oct 2022 14:22:27 -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=QPOTI0u2H4IgPaZ4pZzpTDwGtUYmj5K61wgn7pj7kE0=; b=c/OM4wqV12QR 30k6gbw5Ay/0YahqWqAaidXBDmSAyvcDvJa2ED7vrl0CA7DwIjTCkYS+Rxj29/gD3Q26CDNzpvPxo X+kM4g9/aUtkc2K1KD29NL6xpO4U4FUxhQ3G9WyW7cekiiEWAHzLL0O0aWjRqn6ylFkWLSZhL01SL HbdlFGGW0meG9rNL2J1GJmMN0U7DUx4YNL6HEed55o1ZthHZUvt2sHSuke+RWB7SLqGh2VXy07UNj ZXycB8lCc3VcBtNyXAMTugGD/k4FeXD9Hr+J5olHDtsmA4V5JSdj0RPHmEqqNWR7gz/BSpKk/ZYty 0ZVsfz5hG6HNz28pdAlEZQ==; Original-Received: from [87.69.77.57] (port=2835 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 1oigN8-0007XC-LN; Wed, 12 Oct 2022 14:22:27 -0400 In-Reply-To: <87o7ugj4fx.fsf@autistici.org> (message from Andrea Monaco on Wed, 12 Oct 2022 20:13:22 +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:297629 Archived-At: > From: Andrea Monaco > Cc: rpluim@gmail.com, emacs-devel@gnu.org, rms@gnu.org > Date: Wed, 12 Oct 2022 20:13:22 +0200 > > > > 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. Yes, but since no one has yet requested such a behavior, why introduce yet another knob?