Mercurial > emacs
comparison lisp/ChangeLog @ 54003:e18a2c298449
*** empty log message ***
author | Eli Zaretskii <eliz@is.elta.co.il> |
---|---|
date | Mon, 16 Feb 2004 18:06:23 +0000 |
parents | 1bf19a8a6747 |
children | a582ee34bbf6 |
comparison
equal
deleted
inserted
replaced
54002:e712b82ead1a | 54003:e18a2c298449 |
---|---|
1 2004-02-16 Eli Tziperman <eli@deas.harvard.edu> | |
2 | |
3 * rmail-spam-filter.el: (vm-use-spam-filter) | |
4 (rsf-min-region-length-added-to-spam-list): New variables. | |
5 (rsf-bbdb-auto-delete-spam-bbdb-entries): Renamed from | |
6 rmail-bbdb-auto-delete-spam-entries. Added cc: to recipients for | |
7 spam testing. Don't delete spam message if automatic deletion | |
8 after output via variable rmail-delete-after-output is turned on. | |
9 (rsf-bbdb-dont-create-entries-for-deleted-messages): Renamed from | |
10 rsf-bbdb-dont-create-entries-for-spam. | |
11 (check-field): New function, extracted from code in | |
12 rmail-spam-filter to ease addition of header fields like | |
13 content-type. | |
14 (message-content-type): New variable to check the content-type: | |
15 field added, also in defcustom of rsf-definitions-alist. | |
16 (rmail-spam-filter): Replace repeated test code for header fields | |
17 by calls to check-field; change the call to | |
18 rmail-output-to-rmail-file such that rmail-current-message stays | |
19 the same to avoid wrong deletion of unseen | |
20 flags. | |
21 (rsf-add-contents-type): New function to convert old format | |
22 of rmail-spam-definitions-alist into new one. | |
23 Changed prefixes of all variables and functions from | |
24 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-. | |
25 | |
1 2004-02-16 Eli Zaretskii <eliz@elta.co.il> | 26 2004-02-16 Eli Zaretskii <eliz@elta.co.il> |
2 | 27 |
3 * loadhist.el (unload-hook-features-list): New defvar. | 28 * loadhist.el (unload-hook-features-list): New defvar. |
4 | 29 |
5 2004-02-16 Dave Love <fx@gnu.org> | 30 2004-02-16 Dave Love <fx@gnu.org> |