Variable: hashcash-extra-generate-parameters

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

Value

nil

Documentation

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.

Source Code

;; Defined in /usr/src/emacs/lisp/mail/hashcash.el.gz
(defcustom hashcash-extra-generate-parameters nil
  "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."
  :type '(repeat string)
  :group 'hashcash)