Variable: mh-showing-with-headers

mh-showing-with-headers is a variable defined in mh-show.el.gz.

Value

nil

Documentation

If non-nil, MH-Show buffer contains message with all header fields.

If nil, MH-Show buffer contains message processed normally.

Source Code

;; Defined in /usr/src/emacs/lisp/mh-e/mh-show.el.gz
;;; MH-Folder Commands

(defvar mh-showing-with-headers nil
  "If non-nil, MH-Show buffer contains message with all header fields.
If nil, MH-Show buffer contains message processed normally.")