Function: spam-setup-widening
spam-setup-widening is a byte-compiled function defined in spam.el.gz.
Signature
(spam-setup-widening)
Documentation
Set up IMAP widening if it's necessary.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/spam.el.gz
(defun spam-setup-widening ()
"Set up IMAP widening if it's necessary."
(and (boundp 'nnimap--split-download-body)
(not nnimap--split-download-body)
(spam-widening-needed-p)
(setq nnimap--split-download-body spam--widened)))