projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ee3990
)
Add X-Hashcash to the end of mail headers
author
Stefan Kangas
<stefankangas@gmail.com>
Thu, 22 Sep 2022 11:56:31 +0000
(13:56 +0200)
committer
Stefan Kangas
<stefankangas@gmail.com>
Thu, 22 Sep 2022 12:05:33 +0000
(14:05 +0200)
* lisp/mail/hashcash.el (mail-add-payment): Move headers to the end of
the headers.
lisp/mail/hashcash.el
patch
|
blob
|
history
diff --git
a/lisp/mail/hashcash.el
b/lisp/mail/hashcash.el
index 626949b663229c5a41b26b6ee8bf41258ba4e7b7..5136e11c8990dc39376d0469632616cbf01dd270 100644
(file)
--- 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"