Variable: hyrolo-email-format

hyrolo-email-format is a customizable variable defined in hyrolo.el.

Value

"%s		<%s>"

Documentation

Format string to use when adding an entry with e-mail addr from a mail msg.

It must contain a %s indicating where to put the entry name and a second
%s indicating where to put the e-mail address.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hyrolo.el
(defcustom hyrolo-email-format "%s\t\t<%s>"
  "Format string to use when adding an entry with e-mail addr from a mail msg.
It must contain a %s indicating where to put the entry name and a second
%s indicating where to put the e-mail address."
  :type 'string
  :group 'hyperbole-hyrolo)