diff options
| -rw-r--r-- | lisp/ChangeLog | 3 | ||||
| -rw-r--r-- | lisp/mail/rmail-spam-filter.el | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6c23b215530..11ce4304280 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2008-02-14 Glenn Morris <rgm@gnu.org> | 1 | 2008-02-14 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * mail/rmail-spam-filter.el (rmail-spam-filter): Let-bind | ||
| 4 | message-spam-status. | ||
| 5 | |||
| 3 | * mail/smtpmail.el (password-cache-add): Declare as function. | 6 | * mail/smtpmail.el (password-cache-add): Declare as function. |
| 4 | 7 | ||
| 5 | 2008-02-14 Justus Piater <Justus-bulk@Piater.name> (tiny change) | 8 | 2008-02-14 Justus Piater <Justus-bulk@Piater.name> (tiny change) |
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) |