From b444377005ede0184d95fbb531faae3e09b1f24c Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Tue, 18 Apr 2006 10:46:14 +0000 Subject: [PATCH] 2006-04-18 Simon Josefsson * message.el (message-generate-hashcash): Default to. --- lisp/ChangeLog | 4 ++++ lisp/message.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7da80e46e..e7a6bf5b2 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2006-04-18 Simon Josefsson + + * message.el (message-generate-hashcash): Default to. + 2006-04-18 Katsumi Yamaoka * rfc2231.el (rfc2231-parse-string): Decode encoded value after diff --git a/lisp/message.el b/lisp/message.el index d1ab140fd..38b715631 100644 --- a/lisp/message.el +++ b/lisp/message.el @@ -1514,7 +1514,7 @@ functionality to work." (const :tag "Never" nil) (const :tag "Always" t))) -(defcustom message-generate-hashcash nil +(defcustom message-generate-hashcash t "*Whether to generate X-Hashcash: headers. You must have the \"hashcash\" binary installed, see `hashcash-path'." :group 'message-headers -- 2.34.1