]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorGlenn Morris <rgm@gnu.org>
Sat, 6 Sep 2008 18:44:46 +0000 (18:44 +0000)
committerGlenn Morris <rgm@gnu.org>
Sat, 6 Sep 2008 18:44:46 +0000 (18:44 +0000)
lisp/mail/ChangeLog.pmail

index 3114cfef36a2f7672569804815686614a9bde6c4..9484520f90a128b2404f828e92df2a1ce8aaf157 100644 (file)
@@ -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):
 
        * 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>