From: Glenn Morris Date: Sat, 6 Sep 2008 18:44:46 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-23.0.90~2992 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b3a2404fbb2eb86121ec7d9ef5e03c881b6bb330;p=emacs.git *** empty log message *** --- 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