Variable: spam-ifile-program

spam-ifile-program is a customizable variable defined in spam.el.gz.

Value

nil

Documentation

Name of the ifile program.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/spam.el.gz
(defcustom spam-ifile-program (executable-find "ifile")
  "Name of the ifile program."
  :type '(choice (file :tag "Location of ifile")
                 (const :tag "ifile is not installed"))
  :group 'spam-ifile)