From e01b2d21a1e84c9058475abf80eeafd1ec1aaeb1 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Mon, 4 Oct 2004 22:24:56 +0000 Subject: [PATCH] Synch to No Gnus 200410041929. --- lisp/ChangeLog | 4 ++++ lisp/message.el | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7351197..2c1bcbd 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2004-10-04 Simon Josefsson + + * message.el (message-generate-hashcash): Doc fix. + 2004-10-02 Kevin Greiner * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to diff --git a/lisp/message.el b/lisp/message.el index 438e637..6c77352 100644 --- a/lisp/message.el +++ b/lisp/message.el @@ -1638,7 +1638,8 @@ no, only reply back to the author." (const :tag "Always" t))) (defcustom message-generate-hashcash nil - "*Whether to generate X-Hashcash: headers." + "*Whether to generate X-Hashcash: headers. +You must have the \"hashcash\" binary installed, see `hashcash-path'." :group 'message-headers :link '(custom-manual "(message)Mail Headers") :type 'boolean) -- 1.7.10.4