Variable: gnus-cite-attribution-suffix

gnus-cite-attribution-suffix is a customizable variable defined in gnus-cite.el.gz.

Value

"\\(\\(wrote\\|writes\\|said\\|says\\|>\\)\\(:\\|\\.\\.\\.\\)\\|----- ?Original Message ?-----\\)[   ]*$"

Documentation

Regexp matching the end of an attribution line.

The text matching the first grouping will be used as a button.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-cite.el.gz
(defcustom gnus-cite-attribution-suffix
  "\\(\\(wrote\\|writes\\|said\\|says\\|>\\)\\(:\\|\\.\\.\\.\\)\\|----- ?Original Message ?-----\\)[ \t]*$"
  "Regexp matching the end of an attribution line.
The text matching the first grouping will be used as a button."
  :type 'regexp)