2006-04-18 Simon Josefsson <jas@extundo.com>
authorSimon Josefsson <jas@extundo.com>
Tue, 18 Apr 2006 10:46:14 +0000 (10:46 +0000)
committerSimon Josefsson <jas@extundo.com>
Tue, 18 Apr 2006 10:46:14 +0000 (10:46 +0000)
* message.el (message-generate-hashcash): Default to.

lisp/ChangeLog
lisp/message.el

index 7da80e4..e7a6bf5 100644 (file)
@@ -1,3 +1,7 @@
+2006-04-18  Simon Josefsson  <jas@extundo.com>
+
+       * message.el (message-generate-hashcash): Default to.
+
 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * rfc2231.el (rfc2231-parse-string): Decode encoded value after
index d1ab140..38b7156 100644 (file)
@@ -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