Variable: hashcash-program

hashcash-program is a customizable variable defined in hashcash.el.gz.

Value

"hashcash"

Documentation

The name of the hashcash executable.

If this is not in your PATH, specify an absolute file name.

See also message-generate-hashcash.

Aliases

hashcash-path (obsolete since 24.4)

Source Code

;; Defined in /usr/src/emacs/lisp/obsolete/hashcash.el.gz
(defcustom hashcash-program "hashcash"
  "The name of the hashcash executable.
If this is not in your PATH, specify an absolute file name.

See also `message-generate-hashcash'."
  :type '(choice (const nil) file))