Mercurial > emacs
changeset 98050:edd21e1628da
*** empty log message ***
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sat, 06 Sep 2008 18:44:46 +0000 |
parents | a82fd29a3a12 |
children | c4cf87cdb0a4 |
files | lisp/mail/ChangeLog.pmail |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mail/ChangeLog.pmail Sat Sep 06 18:44:36 2008 +0000 +++ b/lisp/mail/ChangeLog.pmail Sat Sep 06 18:44:46 2008 +0000 @@ -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>