]> git.eshelyaron.com Git - emacs.git/commitdiff
* pmail.el (pmail-add-header): Function deleted.
authorChong Yidong <cyd@stupidchicken.com>
Sat, 20 Dec 2008 07:02:49 +0000 (07:02 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sat, 20 Dec 2008 07:02:49 +0000 (07:02 +0000)
(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.

lisp/mail/ChangeLog.pmail

index fd58eb46eca700d85541b9d65ad1a8e5df4c139a..bdc9e9133a2aaa6984b08a295e8b69b86a5ef219 100644 (file)
        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>