Variable: hashcash-extra-generate-parameters

hashcash-extra-generate-parameters is a customizable variable defined in hashcash.el.gz.

Value

("-Z2")

Documentation

A list of parameter strings passed to hashcash-program when minting.

For example, on very old hardware, you may want to set this to ("-Z0") to disable compression.

This variable was added, or its default value changed, in Emacs 29.1.

Source Code

;; Defined in /usr/src/emacs/lisp/mail/hashcash.el.gz
(defcustom hashcash-extra-generate-parameters '("-Z2")
  "A list of parameter strings passed to `hashcash-program' when minting.
For example, on very old hardware, you may want to set this
to (\"-Z0\") to disable compression."
  :type '(repeat string)
  :version "29.1")