From: yamaoka Date: Mon, 4 Oct 2004 22:24:56 +0000 (+0000) Subject: Synch to No Gnus 200410041929. X-Git-Tag: t-gnus-6_17_4-quimby-~728 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e01b2d21a1e84c9058475abf80eeafd1ec1aaeb1;p=elisp%2Fgnus.git- Synch to No Gnus 200410041929. --- 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)