Variable: mh-update-sequences-after-mh-show-flag

mh-update-sequences-after-mh-show-flag is a customizable variable defined in mh-e.el.gz.

Value

t

Documentation

Non-nil means flush MH sequences to disk after message is shown.

Three sequences are maintained internally by MH-E and pushed out to MH when a message is shown. They include the sequence specified by your "Unseen-Sequence:" profile entry, "cur", and the sequence listed by the option mh-tick-seq which is
"tick" by default. If you do not like this behavior, turn off
this option. You can then update the state manually with the x (mh-execute-commands), q (mh-quit), or M-x mh-update-sequences (mh-update-sequences) commands.

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-update-sequences-after-mh-show-flag t
  "Non-nil means flush MH sequences to disk after message is shown\\<mh-folder-mode-map>.

Three sequences are maintained internally by MH-E and pushed out
to MH when a message is shown. They include the sequence
specified by your \"Unseen-Sequence:\" profile entry, \"cur\",
and the sequence listed by the option `mh-tick-seq' which is
\"tick\" by default. If you do not like this behavior, turn off
this option. You can then update the state manually with the
\\[mh-execute-commands], \\[mh-quit], or \\[mh-update-sequences]
commands."
  :type 'boolean
  :group 'mh-sequences
  :package-version '(MH-E . "7.0"))