gnus-cite-parse-max-size
|
If the article size if bigger than this variable (which is 25000 by
default), no citation highlighting will be performed.
|
gnus-cite-prefix-regexp
|
Regexp matching the longest possible citation prefix on a line.
|
gnus-cite-max-prefix
|
Maximum possible length for a citation prefix (default 20).
|
gnus-cite-face-list
|
List of faces used for highlighting citations (see Faces and Fonts).
When there are citations from multiple articles in the same message,
Gnus will try to give each citation from each article its own face.
This should make it easier to see who wrote what.
|
gnus-supercite-regexp
|
Regexp matching normal Supercite attribution lines.
|
gnus-supercite-secondary-regexp
|
Regexp matching mangled Supercite attribution lines.
|
gnus-cite-minimum-match-count
|
Minimum number of identical prefixes we have to see before we believe
that it's a citation.
|
gnus-cite-attribution-prefix
|
Regexp matching the beginning of an attribution line.
|
gnus-cite-attribution-suffix
|
Regexp matching the end of an attribution line.
|
gnus-cite-attribution-face
|
Face used for attribution lines. It is merged with the face for the
cited text belonging to the attribution.
|