Function: mh-smail

mh-smail is an autoloaded, interactive and byte-compiled function defined in mh-comp.el.gz.

Signature

(mh-smail)

Documentation

Compose a message with the MH mail system.

See mh-send for more details on composing mail.

Probably introduced at or before Emacs version 16.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/mh-e/mh-comp.el.gz
;;; MH-E Entry Points

;;;###autoload
(defun mh-smail ()
  "Compose a message with the MH mail system.
See `mh-send' for more details on composing mail."
  (interactive)
  (mh-find-path)
  (call-interactively 'mh-send))