comparison lisp/mail/ChangeLog.pmail @ 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 437394c74c3e
children 752b291cbd74
comparison
equal deleted inserted replaced
100581:a9602a27b979 100582:7ba6bfe45e2b
2 2
3 * pmail.el (pmail-get-new-mail): Call pmail-swap-buffers-maybe. 3 * pmail.el (pmail-get-new-mail): Call pmail-swap-buffers-maybe.
4 (pmail-get-new-mail-1): Adjust restriction after calling 4 (pmail-get-new-mail-1): Adjust restriction after calling
5 pmail-insert-inbox-text. 5 pmail-insert-inbox-text.
6 (pmail-add-mbox-headers): Use save-restriction. 6 (pmail-add-mbox-headers): Use save-restriction.
7 (pmail-expunge-and-save): Call pmail-swap-buffers-maybe before
8 saving.
9 (pmail-quit): Handling expunging manually, instead of calling
10 pmail-expunge-and-save.
11 (pmail-next-undeleted-message): If no other message can be shown,
12 show the current one.
7 13
8 2008-12-15 Juanma Barranquero <lekktu@gmail.com> 14 2008-12-15 Juanma Barranquero <lekktu@gmail.com>
9 15
10 * pmail.el (pmail-require-mime-maybe): 16 * pmail.el (pmail-require-mime-maybe): Fix arguments of
11 Fix arguments of `display-warning'. 17 `display-warning'.
12 18
13 2008-12-15 Chong Yidong <cyd@stupidchicken.com> 19 2008-12-15 Chong Yidong <cyd@stupidchicken.com>
14 20
15 * pmail.el (pmail): Call pmail-swap-buffers-maybe. 21 * pmail.el (pmail): Call pmail-swap-buffers-maybe.
16 (pmail-search): Call pmail-swap-buffers-maybe. 22 (pmail-search): Call pmail-swap-buffers-maybe.