Variable: gnus-simplify-subject-fuzzy-regexp
gnus-simplify-subject-fuzzy-regexp is a customizable variable defined
in gnus-sum.el.gz.
Value
nil
Documentation
Strings to be removed when doing fuzzy matches.
This can either be a regular expression or list of regular expressions that will be removed from subject strings if fuzzy subject simplification is selected.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/gnus-sum.el.gz
(defcustom gnus-simplify-subject-fuzzy-regexp nil
"Strings to be removed when doing fuzzy matches.
This can either be a regular expression or list of regular expressions
that will be removed from subject strings if fuzzy subject
simplification is selected."
:group 'gnus-thread
:type '(repeat regexp))