From: Philip Kaludercic <philipk@posteo.net>
To: emacs-devel@gnu.org
Cc: Stefan Kangas <stefankangas@gmail.com>
Subject: Re: master f43914b4d0 2/3: Add X-Hashcash to the end of mail headers
Date: Thu, 22 Sep 2022 17:21:11 +0000 [thread overview]
Message-ID: <87k05vl3zs.fsf@posteo.net> (raw)
In-Reply-To: <20220922122134.79E0FC19855@vcs2.savannah.gnu.org> (Stefan Kangas's message of "Thu, 22 Sep 2022 08:21:33 -0400 (EDT)")
Stefan Kangas <stefankangas@gmail.com> writes:
> branch: master
> commit f43914b4d036ada1842e533cda34bc4379f47a26
> Author: Stefan Kangas <stefankangas@gmail.com>
> Commit: Stefan Kangas <stefankangas@gmail.com>
>
> Add X-Hashcash to the end of mail headers
Is there a rationale for this change? Anything that ought to be documented?
> * lisp/mail/hashcash.el (mail-add-payment): Move headers to the end of
> the headers.
> ---
> lisp/mail/hashcash.el | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/lisp/mail/hashcash.el b/lisp/mail/hashcash.el
> index 626949b663..5136e11c89 100644
> --- a/lisp/mail/hashcash.el
> +++ b/lisp/mail/hashcash.el
> @@ -308,6 +308,7 @@ Set ASYNC to t to start asynchronous calculation. (See
> (save-excursion
> (save-restriction
> (message-narrow-to-headers)
> + (goto-char (point-max))
> (let ((to (hashcash-strip-quoted-names (mail-fetch-field "To" nil t)))
> (cc (hashcash-strip-quoted-names (mail-fetch-field "Cc" nil t)))
> (ng (hashcash-strip-quoted-names (mail-fetch-field "Newsgroups"
next parent reply other threads:[~2022-09-22 17:21 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <166384929290.20279.18324703049178530382@vcs2.savannah.gnu.org>
[not found] ` <20220922122134.79E0FC19855@vcs2.savannah.gnu.org>
2022-09-22 17:21 ` Philip Kaludercic [this message]
2022-09-22 19:37 ` master f43914b4d0 2/3: Add X-Hashcash to the end of mail headers Stefan Kangas
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=87k05vl3zs.fsf@posteo.net \
--to=philipk@posteo.net \
--cc=emacs-devel@gnu.org \
--cc=stefankangas@gmail.com \
/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).