summaryrefslogtreecommitdiff
path: root/lisp/gnus
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2023-02-18 13:00:04 +0100
committerStefan Kangas <stefankangas@gmail.com>2023-02-18 13:02:13 +0100
commit4a90d67eb6837c2a32f245985a0a2f166d9d1786 (patch)
tree83a6241db4414a14182279ceff1f41ac22ffe1f0 /lisp/gnus
parent6ea3c105ab1377030e470afd02eabbf3e6570c6c (diff)
downloademacs-4a90d67eb6837c2a32f245985a0a2f166d9d1786.tar.gz
Slightly improve hashcash documentation
* lisp/mail/hashcash.el: Improve Commentary. (hashcash-program): * lisp/gnus/message.el (message-generate-hashcash): Improve docstring.
Diffstat (limited to 'lisp/gnus')
-rw-r--r--lisp/gnus/message.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/gnus/message.el b/lisp/gnus/message.el
index c697b8d7a7f..f4cfffa2e8a 100644
--- a/lisp/gnus/message.el
+++ b/lisp/gnus/message.el
@@ -1926,9 +1926,10 @@ no, only reply back to the author."
"Whether to generate X-Hashcash: headers.
If t, always generate hashcash headers. If `opportunistic',
only generate hashcash headers if it can be done without the user
-waiting (i.e., only asynchronously).
+waiting (i.e., only asynchronously). If nil, don't generate
+hashcash headers.
-You must have the \"hashcash\" binary installed, see `hashcash-path'."
+You must have the \"hashcash\" binary installed, see `hashcash-program'."
:version "24.1"
:group 'message-headers
:link '(custom-manual "(message)Mail Headers")