diff options
author | Glenn Morris <rgm@gnu.org> | 2008-09-06 18:44:46 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2008-09-06 18:44:46 +0000 |
commit | b3a2404fbb2eb86121ec7d9ef5e03c881b6bb330 (patch) | |
tree | a6a4d4d4151eb644319819175a2a32e929c849da /lisp/mail | |
parent | 8ac8cb144aacbb4a150490f86971da3a481f03e2 (diff) | |
download | emacs-b3a2404fbb2eb86121ec7d9ef5e03c881b6bb330.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp/mail')
-rw-r--r-- | lisp/mail/ChangeLog.pmail | 6 |
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 @@ functions. (pmail-select-correspondent): Use rmail-dont-reply-to from mail-utils rather than non-existent pmail-dont-reply-to. + (pmail-sort-messages): Use pmail-desc-get-start, pmail-desc-get-end + rather than non-existent `marker-' functions. * pmailkwd.el (pmail-maybe-set-message-counters) (pmail-set-message-deleted-p): @@ -14,6 +16,10 @@ * pmail.el (pmail-spam-filter): Remove declaration of undefined function. + (pmail-use-spam-filter): Remove un-needed variable declaration. + Doc fix for actual definition. + (pmail-get-new-mail): Call rmail-spam-filter rather than non-existent + pmail-spam-filter. 2008-09-05 Paul Reilly <pmr@pajato.com> |