changeset 100582:7ba6bfe45e2b

* 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.
author Chong Yidong <cyd@stupidchicken.com>
date Sat, 20 Dec 2008 04:30:04 +0000
parents a9602a27b979
children 752b291cbd74
files lisp/mail/ChangeLog.pmail
diffstat 1 files changed, 8 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/mail/ChangeLog.pmail	Sat Dec 20 04:29:26 2008 +0000
+++ b/lisp/mail/ChangeLog.pmail	Sat Dec 20 04:30:04 2008 +0000
@@ -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  <lekktu@gmail.com>
 
-	* 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  <cyd@stupidchicken.com>