Variable: nnimap-split-download-body
nnimap-split-download-body is a customizable variable defined in
nnimap.el.gz.
Value
nil
Documentation
If non-nil, make message bodies available for consideration during splitting.
This requires downloading the full message from the IMAP server during splitting, which may be slow.
This variable was added, or its default value changed, in Emacs 28.1.
Aliases
nnimap-split-download-body-default (obsolete since 28.1)
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/nnimap.el.gz
(defcustom nnimap-split-download-body nil
"If non-nil, make message bodies available for consideration during splitting.
This requires downloading the full message from the IMAP server
during splitting, which may be slow."
:version "28.1"
:type 'boolean)