Variable: mh-redist-full-contents-flag

mh-redist-full-contents-flag is a customizable variable defined in mh-e.el.gz.

Value

nil

Documentation

Non-nil means the "dist" command needs entire letter for redistribution.

This option must be turned on if "dist" requires the whole letter for redistribution, which is the case if "send" is compiled with the BERK option (which many people abhor). If you find that MH will not allow you to redistribute a message that has been redistributed before, turn off this option.

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

Source Code

;; Defined in /usr/src/emacs/lisp/mh-e/mh-e.el.gz
(defcustom mh-redist-full-contents-flag nil
  "Non-nil means the \"dist\" command needs entire letter for redistribution.

This option must be turned on if \"dist\" requires the whole
letter for redistribution, which is the case if \"send\" is
compiled with the BERK option (which many people abhor). If you
find that MH will not allow you to redistribute a message that
has been redistributed before, turn off this option."
  :type 'boolean
  :group 'mh-sending-mail
  :package-version '(MH-E . "8.0"))