aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/mail
diff options
context:
space:
mode:
authorGlenn Morris2008-02-14 18:46:06 +0000
committerGlenn Morris2008-02-14 18:46:06 +0000
commitffdbbc0107d36e0b1c2b388ef739780de594360d (patch)
tree4a7e59546a3e2cea446b5d8384258833ab908192 /lisp/mail
parent48a731fe8e7671fe1d6d94c5232e3ad88213e70b (diff)
downloademacs-ffdbbc0107d36e0b1c2b388ef739780de594360d.tar.gz
emacs-ffdbbc0107d36e0b1c2b388ef739780de594360d.zip
(rmail-spam-filter): Let-bind message-spam-status.
Diffstat (limited to 'lisp/mail')
-rw-r--r--lisp/mail/rmail-spam-filter.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/mail/rmail-spam-filter.el b/lisp/mail/rmail-spam-filter.el
index 8cc2e04e932..339abbebbf3 100644
--- a/lisp/mail/rmail-spam-filter.el
+++ b/lisp/mail/rmail-spam-filter.el
@@ -256,6 +256,7 @@ it from rmail file. Called for each new message retrieved by
256 (message-recipients) 256 (message-recipients)
257 (message-subject) 257 (message-subject)
258 (message-content-type) 258 (message-content-type)
259 (message-spam-status)
259 (num-spam-definition-elements) 260 (num-spam-definition-elements)
260 (num-element 0) 261 (num-element 0)
261 (exit-while-loop nil) 262 (exit-while-loop nil)