Variable: mh-print-background-flag

mh-print-background-flag is a customizable variable defined in mh-e.el.gz.

Value

nil

Documentation

Non-nil means messages should be printed in the background.

Normally messages are printed in the foreground. If this is slow on your system, you may elect to turn off this option to print in the background.

WARNING: If you do this, do not delete the message until it is printed or else the output may be truncated.

This option is not used by the commands P p (mh-ps-print-msg) or P f (mh-ps-print-msg-file).

This variable was added, or its default value changed, in MH-E version
7.0.

Source Code

;; Defined in /usr/src/emacs/lisp/mh-e/mh-e.el.gz
(defcustom mh-print-background-flag nil
  "Non-nil means messages should be printed in the background\\<mh-folder-mode-map>.

Normally messages are printed in the foreground. If this is slow on
your system, you may elect to turn off this option to print in the
background.

WARNING: If you do this, do not delete the message until it is printed
or else the output may be truncated.

This option is not used by the commands \\[mh-ps-print-msg] or
\\[mh-ps-print-msg-file]."
  :type 'boolean
  :group 'mh-show
  :package-version '(MH-E . "7.0"))