Variable: mh-send-prog

mh-send-prog is a variable defined in mh-comp.el.gz.

Value

"send"

Documentation

Name of the MH send program.

Some sites need to change this because of a name conflict.

Source Code

;; Defined in /usr/src/emacs/lisp/mh-e/mh-comp.el.gz
;;; Site Customization

(defvar mh-send-prog "send"
  "Name of the MH send program.
Some sites need to change this because of a name conflict.")