1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-02 11:21:42 +00:00

* pmail.el (pmail-add-header): Function deleted.

(pmail-add-mbox-headers): Insert header directly instead of
calling pmail-add-header.
(pmail-display-labels): Add leading space to attribute string.
(pmail-set-attribute): Call pmail-swap-buffers-maybe.  Insert
header directly instead of calling pmail-add-header.
This commit is contained in:
Chong Yidong 2008-12-20 07:02:49 +00:00
parent de16190387
commit bbf92dadcd

View File

@ -10,6 +10,13 @@
pmail-expunge-and-save.
(pmail-next-undeleted-message): If no other message can be shown,
show the current one.
(pmail-attr-array): Doc fix.
(pmail-add-header): Function deleted.
(pmail-add-mbox-headers): Insert header directly instead of
calling pmail-add-header.
(pmail-display-labels): Add leading space to attribute string.
(pmail-set-attribute): Call pmail-swap-buffers-maybe. Insert
header directly instead of calling pmail-add-header.
2008-12-15 Juanma Barranquero <lekktu@gmail.com>