aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Kangas2020-12-06 10:06:33 +0100
committerStefan Kangas2020-12-06 10:06:33 +0100
commitba02ac89e6c69f220f15ef967500378cd1ded683 (patch)
tree1e7eba2ac19c5e7525054e6bc286b548150d6a2d
parente5c06669b89bd005ec2e5c17f307dbe128019f25 (diff)
downloademacs-ba02ac89e6c69f220f15ef967500378cd1ded683.tar.gz
emacs-ba02ac89e6c69f220f15ef967500378cd1ded683.zip
; * lisp/gnus/spam.el (spam-setup-widening): Silence byte-compiler.
-rw-r--r--lisp/gnus/spam.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/gnus/spam.el b/lisp/gnus/spam.el
index 96a7da2313c..27e559d383a 100644
--- a/lisp/gnus/spam.el
+++ b/lisp/gnus/spam.el
@@ -46,7 +46,7 @@
46 46
47(eval-when-compile (require 'hashcash)) 47(eval-when-compile (require 'hashcash))
48 48
49;; for nnimap-split-download-body-default 49;; for nnimap-split-download-body
50(eval-when-compile (require 'nnimap)) 50(eval-when-compile (require 'nnimap))
51 51
52(eval-when-compile (require 'cl-lib)) 52(eval-when-compile (require 'cl-lib))
@@ -1231,7 +1231,7 @@ Will not return a nil score."
1231;;; set up IMAP widening if it's necessary 1231;;; set up IMAP widening if it's necessary
1232(defun spam-setup-widening () 1232(defun spam-setup-widening ()
1233 (when (spam-widening-needed-p) 1233 (when (spam-widening-needed-p)
1234 (setq nnimap-split-download-body-default t))) 1234 (setq nnimap-split-download-body t)))
1235 1235
1236(defun spam-widening-needed-p (&optional force-symbols) 1236(defun spam-widening-needed-p (&optional force-symbols)
1237 (let (found) 1237 (let (found)