emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 2e0f43f113: Compress hashcash headers by default


From: Stefan Kangas
Subject: master 2e0f43f113: Compress hashcash headers by default
Date: Thu, 14 Jul 2022 10:21:53 -0400 (EDT)

branch: master
commit 2e0f43f113f2f2fd9d00ac802ac62f11374573a5
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    Compress hashcash headers by default
    
    * lisp/mail/hashcash.el (hashcash-extra-generate-parameters):
    Use compression by default.
---
 lisp/mail/hashcash.el | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/lisp/mail/hashcash.el b/lisp/mail/hashcash.el
index 8d274d9cac..eebb140088 100644
--- a/lisp/mail/hashcash.el
+++ b/lisp/mail/hashcash.el
@@ -1,6 +1,6 @@
 ;;; hashcash.el --- Add hashcash payments to email  -*- lexical-binding:t -*-
 
-;; Copyright (C) 2003-2005, 2007-2022 Free Software Foundation, Inc.
+;; Copyright (C) 2003-2022 Free Software Foundation, Inc.
 
 ;; Written by: Paul Foley <mycroft@actrix.gen.nz> (1997-2002)
 ;; Maintainer: emacs-devel@gnu.org
@@ -95,10 +95,12 @@ If this is not in your PATH, specify an absolute file name."
   :type '(choice (const nil) file)
   :group 'hashcash)
 
-(defcustom hashcash-extra-generate-parameters nil
+(defcustom hashcash-extra-generate-parameters '("-Z2")
   "A list of parameter strings passed to `hashcash-program' when minting.
-For example, you may want to set this to (\"-Z2\") to reduce header length."
+For example, on very old hardware, you may want to set this
+to (\"-Z0\") to disable compression."
   :type '(repeat string)
+  :version "29.1"
   :group 'hashcash)
 
 (defcustom hashcash-double-spend-database "hashcash.db"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]