Variable: gnus-outlook-deuglify-attrib-end-regexp

gnus-outlook-deuglify-attrib-end-regexp is a customizable variable defined in deuglify.el.gz.

Value

": *\\|\\.\\.\\."

Documentation

Regular expression matching the end of an attribution line.

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

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/deuglify.el.gz
(defcustom  gnus-outlook-deuglify-attrib-end-regexp
  ": *\\|\\.\\.\\."
  "Regular expression matching the end of an attribution line."
  :version "22.1"
  :type 'regexp)