Variable: nnmail-split-hook

nnmail-split-hook is a customizable variable defined in nnmail.el.gz.

Value

nil

Documentation

Hook called before deciding where to split an article.

The functions in this hook are free to modify the buffer contents in any way they choose -- the buffer contents are discarded after running the split process.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/nnmail.el.gz
(defcustom nnmail-split-hook nil
  "Hook called before deciding where to split an article.
The functions in this hook are free to modify the buffer
contents in any way they choose -- the buffer contents are
discarded after running the split process."
  :group 'nnmail-split
  :type 'hook)