Variable: mh-tick-seq
mh-tick-seq is a customizable variable defined in mh-e.el.gz.
Value
tick
Documentation
The name of the MH sequence for ticked messages.
You can customize this option if you already use the "tick" sequence for your own use. You can also disable all of the ticking functions by choosing the "Disable Ticking" item but there isn't much advantage to that.
This variable was added, or its default value changed, in MH-E version
7.3.
Source Code
;; Defined in /usr/src/emacs/lisp/mh-e/mh-e.el.gz
(defcustom mh-tick-seq 'tick
"The name of the MH sequence for ticked messages.
You can customize this option if you already use the \"tick\"
sequence for your own use. You can also disable all of the
ticking functions by choosing the \"Disable Ticking\" item but
there isn't much advantage to that."
:type '(choice (const :tag "Disable Ticking" nil)
symbol)
:group 'mh-sequences
:package-version '(MH-E . "7.3"))