unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Po Lu <luangruo@yahoo.com>
To: emacs-devel@gnu.org
Cc: Richard Stallman <rms@gnu.org>
Subject: Re: master 13bd79e34f: Add more headers to default value of rmail-retry-ignored-headers.
Date: Wed, 21 Sep 2022 21:54:24 +0800	[thread overview]
Message-ID: <874jx0g7e7.fsf@yahoo.com> (raw)
In-Reply-To: <20220921124357.F2CE6C11DF3@vcs2.savannah.gnu.org> (Richard M. Stallman's message of "Wed, 21 Sep 2022 08:43:57 -0400 (EDT)")

"Richard M. Stallman" <rms@gnu.org> writes:

> branch: master
> commit 13bd79e34fc6085410057f669cea435f2d1d046a
> Author: Richard Stallman <rms@gnu.org>
> Commit: Richard Stallman <rms@gnu.org>
>
>     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.
> ---
>  lisp/mail/rmail.el | 10 ++++++++--
>  1 file changed, 8 insertions(+), 2 deletions(-)
>
> diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el
> index fed0a2057b..9cc097d28d 100644
> --- a/lisp/mail/rmail.el
> +++ b/lisp/mail/rmail.el
> @@ -372,11 +372,17 @@ If nil, display all header fields except those matched by
>    :group 'rmail-headers)
>  
>  ;;;###autoload
> -(defcustom rmail-retry-ignored-headers (purecopy "^x-authentication-warning:\\|^x-detected-operating-system:\\|^x-spam[-a-z]*:\\|content-type:\\|content-transfer-encoding:\\|mime-version:\\|message-id:")
> +(defcustom rmail-retry-ignored-headers
> +  (concat "^x-authentication-warning:\\|^x-detected-operating-system:\\|"
> +          "^x-spam[-a-z]*:\\|^arc-.*:\\|"
> +          "^content-type:\\|^content-transfer-encoding:\\|"
> +          "^mime-version:\\|^message-id:\\|^x-google-smtp-source:\\|"
> +          "^x-received:\\|^received-spf:\\|"
> +          "^authentication-results:\\|^dkim-signature:")
>    "Headers that should be stripped when retrying a failed message."
>    :type '(choice regexp (const :value nil :tag "None"))
>    :group 'rmail-headers
> -  :version "23.2")	   ; added x-detected-operating-system, x-spam
> +  :version "23.2")

Since the default was changed, :version must be updated too, right?



       reply	other threads:[~2022-09-21 13:54 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <166376423746.15379.7272033149632466931@vcs2.savannah.gnu.org>
     [not found] ` <20220921124357.F2CE6C11DF3@vcs2.savannah.gnu.org>
2022-09-21 13:54   ` Po Lu [this message]
2022-09-21 15:42     ` master 13bd79e34f: Add more headers to default value of rmail-retry-ignored-headers Robert Pluim
2022-09-22  5:33       ` Po Lu
2022-09-22  5:08   ` Sean Whitton
2022-09-22  5:25     ` Eli Zaretskii
2022-09-22 16:12       ` Sean Whitton

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=874jx0g7e7.fsf@yahoo.com \
    --to=luangruo@yahoo.com \
    --cc=emacs-devel@gnu.org \
    --cc=rms@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).