]> git.eshelyaron.com Git - emacs.git/commitdiff
* pmail.el (pmail-expunge-and-save): Call pmail-swap-buffers-maybe before
authorChong Yidong <cyd@stupidchicken.com>
Sat, 20 Dec 2008 04:30:04 +0000 (04:30 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sat, 20 Dec 2008 04:30:04 +0000 (04:30 +0000)
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

index 4b676ee9ee500ddaf297348d28cbfaedbacc5668..fd58eb46eca700d85541b9d65ad1a8e5df4c139a 100644 (file)
@@ -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>