emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: master f43914b4d0 2/3: Add X-Hashcash to the end of mail headers


From: Philip Kaludercic
Subject: Re: master f43914b4d0 2/3: Add X-Hashcash to the end of mail headers
Date: Thu, 22 Sep 2022 17:21:11 +0000

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"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]