aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/mail/ChangeLog.pmail6
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/mail/ChangeLog.pmail b/lisp/mail/ChangeLog.pmail
index 3114cfef36a..9484520f90a 100644
--- a/lisp/mail/ChangeLog.pmail
+++ b/lisp/mail/ChangeLog.pmail
@@ -5,6 +5,8 @@
5 functions. 5 functions.
6 (pmail-select-correspondent): Use rmail-dont-reply-to from mail-utils 6 (pmail-select-correspondent): Use rmail-dont-reply-to from mail-utils
7 rather than non-existent pmail-dont-reply-to. 7 rather than non-existent pmail-dont-reply-to.
8 (pmail-sort-messages): Use pmail-desc-get-start, pmail-desc-get-end
9 rather than non-existent `marker-' functions.
8 10
9 * pmailkwd.el (pmail-maybe-set-message-counters) 11 * pmailkwd.el (pmail-maybe-set-message-counters)
10 (pmail-set-message-deleted-p): 12 (pmail-set-message-deleted-p):
@@ -14,6 +16,10 @@
14 16
15 * pmail.el (pmail-spam-filter): Remove declaration of undefined 17 * pmail.el (pmail-spam-filter): Remove declaration of undefined
16 function. 18 function.
19 (pmail-use-spam-filter): Remove un-needed variable declaration.
20 Doc fix for actual definition.
21 (pmail-get-new-mail): Call rmail-spam-filter rather than non-existent
22 pmail-spam-filter.
17 23
182008-09-05 Paul Reilly <pmr@pajato.com> 242008-09-05 Paul Reilly <pmr@pajato.com>
19 25