Variable: hmail:init-function

hmail:init-function is a customizable variable defined in hmail.el.

Value

nil

Documentation

Function (a symbol) to initialize Hyperbole support for a mail reader/composer.

Valid values are: nil, Mh-init or Rmail-init.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hmail.el
(defcustom hmail:init-function nil
  "Function (a symbol) to initialize Hyperbole support for a mail reader/composer.
Valid values are: nil, Mh-init or Rmail-init."
  :type '(choice (const nil)
		 (const Mh-init)
		 (const Rmail-init))
  :group 'hyperbole-commands)