Variable: gnus-cite-unsightly-citation-regexp

gnus-cite-unsightly-citation-regexp is a customizable variable defined in gnus-cite.el.gz.

Value

"^-----Original Message-----\nFrom: \\(.+\n\\)+\n"

Documentation

Regexp matching Microsoft-type rest-of-message citations.

This variable was added, or its default value changed, in Emacs 22.1.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-cite.el.gz
(defcustom gnus-cite-unsightly-citation-regexp
  "^-----Original Message-----\nFrom: \\(.+\n\\)+\n"
  "Regexp matching Microsoft-type rest-of-message citations."
  :version "22.1"
  :type 'regexp)