Variable: gnus-summary-pipe-output-default-command

gnus-summary-pipe-output-default-command is a customizable variable defined in gnus-sum.el.gz.

Value

nil

Documentation

Command (and optional arguments) used to pipe article to subprocess.

This will be used as the default command if it is non-nil. The value will be updated if you modify it when executing the command gnus-summary-pipe-output or the function gnus-summary-save-in-pipe.

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

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-sum.el.gz
(defcustom gnus-summary-pipe-output-default-command nil
  "Command (and optional arguments) used to pipe article to subprocess.
This will be used as the default command if it is non-nil.  The value
will be updated if you modify it when executing the command
`gnus-summary-pipe-output' or the function `gnus-summary-save-in-pipe'."
  :version "23.1" ;; No Gnus
  :group 'gnus-summary
  :type '(radio (const :tag "None" nil) (string :tag "Command")))