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

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

Value

"\\(On \\|Am \\)?\\(Mon\\|Tue\\|Wed\\|Thu\\|Fri\\|Sat\\|Sun\\),[^,]+, "

Documentation

Regexp matching beginning of attribution line that should be cut off.

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-cut-regexp
  "\\(On \\|Am \\)?\\(Mon\\|Tue\\|Wed\\|Thu\\|Fri\\|Sat\\|Sun\\),[^,]+, "
  "Regexp matching beginning of attribution line that should be cut off."
  :version "22.1"
  :type 'regexp)