Variable: gnus-supercite-secondary-regexp

gnus-supercite-secondary-regexp is a customizable variable defined in gnus-cite.el.gz.

Value

"^.*\"\\([^\"\n]+\\)\" +=="

Documentation

Regexp matching mangled Supercite attribution lines.

The first regexp group should match the Supercite attribution.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-cite.el.gz
(defcustom gnus-supercite-secondary-regexp "^.*\"\\([^\"\n]+\\)\" +=="
  "Regexp matching mangled Supercite attribution lines.
The first regexp group should match the Supercite attribution."
  :type 'regexp)