Variable: mh-allowlist-preserves-sequences-flag

mh-allowlist-preserves-sequences-flag is a customizable variable defined in mh-e.el.gz.

Value

t

Documentation

Non-nil means that sequences are preserved when messages are allowlisted.

If a message is in any sequence (except "Previous-Sequence:" and "cur") when it is allowlisted, then it will still be in those sequences in the destination folder. If this behavior is not desired, then turn off this option.

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

Probably introduced at or before Emacs version 28.1.

Source Code

;; Defined in /usr/src/emacs/lisp/mh-e/mh-e.el.gz
(defcustom mh-allowlist-preserves-sequences-flag t
  "Non-nil means that sequences are preserved when messages are allowlisted.

If a message is in any sequence (except \"Previous-Sequence:\"
and \"cur\") when it is allowlisted, then it will still be in
those sequences in the destination folder. If this behavior is
not desired, then turn off this option."
  :type 'boolean
  :group 'mh-sequences
  :package-version '(MH-E . "8.4"))