Variable: gnus-cite-ignore-quoted-from

gnus-cite-ignore-quoted-from is a customizable variable defined in gnus-cite.el.gz.

Value

t

Documentation

Non-nil means don't regard lines beginning with ">From " as cited text.

Those lines may have been quoted by MTAs in order not to mix up with the envelope From line.

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-ignore-quoted-from t
  "Non-nil means don't regard lines beginning with \">From \" as cited text.
Those lines may have been quoted by MTAs in order not to mix up with
the envelope From line."
  :version "22.1"
  :type 'boolean)