Function: hmail:editor-p

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

Signature

(hmail:editor-p)

Documentation

Return t iff current major mode edits Hyperbole e-mail/news messages.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hmail.el
(defun hmail:editor-p ()
  "Return t iff current major mode edits Hyperbole e-mail/news messages."
  (memq major-mode (list hmail:composer hnews:composer hmail:modifier)))