Function: hmail:lister-p

hmail:lister-p is a byte-compiled function defined in hmail.el.

Signature

(hmail:lister-p)

Documentation

Return t iff current major mode is a Hyperbole e-mail lister mode.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hmail.el
(defun hmail:lister-p ()
  "Return t iff current major mode is a Hyperbole e-mail lister mode."
  (eq major-mode hmail:lister))