Variable: nnmail-debug-splitting
nnmail-debug-splitting is a customizable variable defined in
nnmail.el.gz.
Value
nil
Documentation
If non-nil, record mail splitting actions.
These will be logged to the "*nnmail split*" buffer.
This variable was added, or its default value changed, in Emacs 27.1.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/nnmail.el.gz
(defcustom nnmail-debug-splitting nil
"If non-nil, record mail splitting actions.
These will be logged to the \"*nnmail split*\" buffer."
:type 'boolean
:version "27.1")