Function: mh-speed-flists-active-p
mh-speed-flists-active-p is an autoloaded and byte-compiled function
defined in mh-utils.el.gz.
Signature
(mh-speed-flists-active-p)
Documentation
Check if speedbar is running with message counts enabled.
Source Code
;; Defined in /usr/src/emacs/lisp/mh-e/mh-utils.el.gz
;;;###mh-autoload
(defun mh-speed-flists-active-p ()
"Check if speedbar is running with message counts enabled."
(and (featurep 'mh-speed)
(not mh-speed-flists-inhibit-flag)
(> (hash-table-count mh-speed-flists-cache) 0)))