Function: hrmail--highlight-buttons
hrmail--highlight-buttons is a byte-compiled function defined in
hrmail.el.
Signature
(hrmail--highlight-buttons &rest _)
Documentation
Highlight buttons.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hrmail.el
;; Redefine version of 'rmail-new-summary' from "rmailsum.el" to
;; highlight Hyperbole buttons when possible.
;;
(defun hrmail--highlight-buttons (&rest _)
"Highlight buttons."
(if (fboundp 'hproperty:but-create) (hproperty:but-create)))