# HG changeset patch # User Chong Yidong # Date 1229747404 0 # Node ID 7ba6bfe45e2b7e9b20dcc5e96b7765f23624e5e7 # Parent a9602a27b979bcfdc535a6b6ceb578d09986afbf * 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. diff -r a9602a27b979 -r 7ba6bfe45e2b lisp/mail/ChangeLog.pmail --- 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 - * 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