Variable: sc-titlecue-regexp

sc-titlecue-regexp is a customizable variable defined in supercite.el.gz.

Value

"\\s +-+\\s +"

Documentation

Regular expression describing the separator between names and titles.

Set to nil to treat entire field as a name.

Source Code

;; Defined in /usr/src/emacs/lisp/mail/supercite.el.gz
(defcustom sc-titlecue-regexp "\\s +-+\\s +"
  "Regular expression describing the separator between names and titles.
Set to nil to treat entire field as a name."
  :type '(choice (const :tag "entire field as name" nil)
		 regexp)
  :group 'supercite-attr)