From b657f272945ec7162ff19665b8f754bc9de432f3 Mon Sep 17 00:00:00 2001 From: Teodor Zlatanov Date: Fri, 7 Mar 2003 17:49:17 +0000 Subject: [PATCH] (spam-setup-widening): don't use (return) --- lisp/ChangeLog | 1 + lisp/spam.el | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 07b62c143..446e8a0da 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -3,6 +3,7 @@ * spam.el (spam-use-hashcash): new variable (spam-list-of-checks): added spam-use-hashcash with associated spam-check-hashcash (spam-check-hashcash): new function, installed iff hashcash.el is loaded + (spam-setup-widening): don't use (return) 2003-03-06 Kevin Greiner diff --git a/lisp/spam.el b/lisp/spam.el index 451f64f03..fc9c714e5 100644 --- a/lisp/spam.el +++ b/lisp/spam.el @@ -612,8 +612,7 @@ See the Info node `(gnus)Fancy Mail Splitting' for more details." (defun spam-setup-widening () (dolist (check spam-list-of-statistical-checks) (when (symbol-value check) - (setq nnimap-split-download-body t) - (return)))) + (setq nnimap-split-download-body t)))) (add-hook 'gnus-get-new-news-hook 'spam-setup-widening) -- 2.34.1