From de16190387609d3a6514c64a2a2596636a8082ac Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Sat, 20 Dec 2008 04:30:04 +0000 Subject: [PATCH] * pmail.el (pmail-expunge-and-save): Call pmail-swap-buffers-maybe before saving. (pmail-quit): Handling expunging manually, instead of calling pmail-expunge-and-save. (pmail-next-undeleted-message): If no other message can be shown, show the current one. --- lisp/mail/ChangeLog.pmail | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/lisp/mail/ChangeLog.pmail b/lisp/mail/ChangeLog.pmail index 4b676ee9ee5..fd58eb46eca 100644 --- a/lisp/mail/ChangeLog.pmail +++ b/lisp/mail/ChangeLog.pmail @@ -4,11 +4,17 @@ (pmail-get-new-mail-1): Adjust restriction after calling pmail-insert-inbox-text. (pmail-add-mbox-headers): Use save-restriction. + (pmail-expunge-and-save): Call pmail-swap-buffers-maybe before + saving. + (pmail-quit): Handling expunging manually, instead of calling + pmail-expunge-and-save. + (pmail-next-undeleted-message): If no other message can be shown, + show the current one. 2008-12-15 Juanma Barranquero - * pmail.el (pmail-require-mime-maybe): - Fix arguments of `display-warning'. + * pmail.el (pmail-require-mime-maybe): Fix arguments of + `display-warning'. 2008-12-15 Chong Yidong -- 2.39.2