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: master 13bd79e34f: Add more headers to default value of rmail-retry-ignored-headers. Date: Thu, 22 Sep 2022 08:25:42 +0300 Message-ID: <83illgt1yh.fsf@gnu.org> References: <166376423746.15379.7272033149632466931@vcs2.savannah.gnu.org> <20220921124357.F2CE6C11DF3@vcs2.savannah.gnu.org> <8735ckov20.fsf@melete.silentflame.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="5393"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org, rms@gnu.org To: Sean Whitton Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Sep 22 07:26:44 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 1obEjU-0001Bb-1L for ged-emacs-devel@m.gmane-mx.org; Thu, 22 Sep 2022 07:26:44 +0200 Original-Received: from localhost ([::1]:35290 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1obEjS-0007wF-98 for ged-emacs-devel@m.gmane-mx.org; Thu, 22 Sep 2022 01:26:42 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:38064) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1obEiZ-0007Fp-CK for emacs-devel@gnu.org; Thu, 22 Sep 2022 01:25:47 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:47106) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1obEiX-0006UN-QJ; Thu, 22 Sep 2022 01:25:46 -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=BiS6LOE45oO4rIHosRwbc2yrMDoPR6hXLyuhZTEBdT0=; b=AbOZPQ8JkQkU 2+rj2uQzNEDrDsqe52WiA8MQvpUxx/rdGQfY9GCf5D6wiJ++UzcKquB6W8cwm5DArZyVl7Fqgv/Iz 3/yERYnyvC0VoFM9Jod8HgAvX4A1eDoq6UBy2QGBH4wgk0f0UEXUIQOELiWXX/CsTmGnzC/FcWFli 1phcMwVrTVNxtqKU36yVP6AQIZTkpednLVwqllfR59DUTxnGm8qEAxsF4zq7YrLf+tpJa7ywexr+t 0tyw8SlHnH1SVVIQfwKAry0tjzmhGbkWPRNyJbS/nPSp11ltrTmirUurzFnsbs5HtGAW72eMGENks 7SB2O8TlGubi5dnasCQSog==; Original-Received: from [87.69.77.57] (port=1648 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 1obEiK-0003Vy-2h; Thu, 22 Sep 2022 01:25:40 -0400 In-Reply-To: <8735ckov20.fsf@melete.silentflame.com> (message from Sean Whitton on Wed, 21 Sep 2022 22:08:23 -0700) 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:295958 Archived-At: > From: Sean Whitton > Date: Wed, 21 Sep 2022 22:08:23 -0700 > > Hello, > > On Wed 21 Sep 2022 at 08:43AM -04, Richard M. Stallman wrote: > > > branch: master > > commit 13bd79e34fc6085410057f669cea435f2d1d046a > > Author: Richard Stallman > > Commit: Richard Stallman > > > > Add more headers to default value of rmail-retry-ignored-headers. > > > > * rmail.el (rmail-retry-ignored-headers): Add more headers to default. > > Don't bother with `purecopy'. Split value readably. > > --- > > Could this variable be merged with message-ignored-resent-headers? I > can't see why we might want to have both. I don't think that Rmail's rmail-retry-failure and message.el's message-resend do the same job, do they? The doc string of the former says: "Edit a mail message which is based on the contents of the current message. For a message rejected by the mail system, extract the interesting headers and the body of the original message. IOW, this deals with a message that was rejected by the MTA. It doesn't sound like a simple resend, AFAIU.