Variable: nnmail-split-fancy-match-partial-words

nnmail-split-fancy-match-partial-words is a customizable variable defined in nnmail.el.gz.

Value

nil

Documentation

Whether to match partial words when fancy splitting.

Normally, regexes given in nnmail-split-fancy(var)/nnmail-split-fancy(fun) are implicitly surrounded by "\\=\\<...\\>". If this variable is true, they are not implicitly surrounded by anything.

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

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/nnmail.el.gz
(defcustom nnmail-split-fancy-match-partial-words nil
  "Whether to match partial words when fancy splitting.
Normally, regexes given in `nnmail-split-fancy' are implicitly surrounded
by \"\\=\\<...\\>\".  If this variable is true, they are not implicitly\
 surrounded
by anything."
  :version "22.1"
  :group 'nnmail
  :type 'boolean)