From 15baf10badb2d487660d509386a55cb7084f5b44 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Thu, 4 Dec 2008 22:47:07 +0000 Subject: [PATCH] * pmailsort.el: Sync with pmailsort.el. (pmail-sort-messages): Insert two newlines at the end of the message if they do not exist. * pmailmm.el: Require mail-parse. (pmail-mime-show): Don't use removed function pmail-header-hide-headers. (pmail-mime): Use pmail-msgbeg and pmail-msgend instead of removed pmail-desc-* functions. * pmailkwd.el: Sync with rmailkwd.el. * pmailout.el: Sync with rmailout.el. * pmailedit.el: Sync with rmailedit.el. (pmail-edit-current-message): Remove deleted function pmail-msg-is-pruned. * pmaildesc.el: File deleted. * pmail.el (pmail-get-header): Call pmail-swap-buffers-maybe. (pmail-retry-failure): Remove call to non-existent function pmail-clear-headers. (pmail-message-labels-p): New function. --- lisp/mail/ChangeLog.pmail | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/lisp/mail/ChangeLog.pmail b/lisp/mail/ChangeLog.pmail index ffe92aa8100..98009819476 100644 --- a/lisp/mail/ChangeLog.pmail +++ b/lisp/mail/ChangeLog.pmail @@ -1,6 +1,29 @@ 2008-12-04 Chong Yidong + * pmailsort.el: Sync with pmailsort.el. + (pmail-sort-messages): Insert two newlines at the end of the + message if they do not exist. + + * pmailmm.el: Require mail-parse. + (pmail-mime-show): Don't use removed function + pmail-header-hide-headers. + (pmail-mime): Use pmail-msgbeg and pmail-msgend instead of removed + pmail-desc-* functions. + + * pmailkwd.el: Sync with rmailkwd.el. + + * pmailout.el: Sync with rmailout.el. + + * pmailedit.el: Sync with rmailedit.el. + (pmail-edit-current-message): Remove deleted function + pmail-msg-is-pruned. + + * pmaildesc.el: File deleted. + * pmail.el (pmail-get-header): Call pmail-swap-buffers-maybe. + (pmail-retry-failure): Remove call to non-existent function + pmail-clear-headers. + (pmail-message-labels-p): New function. 2008-12-02 Chong Yidong -- 2.39.2