From bbf92dadcd6f06e259a28c9bfd3fd1766ef0c9c8 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Sat, 20 Dec 2008 07:02:49 +0000 Subject: [PATCH] * 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. --- lisp/mail/ChangeLog.pmail | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lisp/mail/ChangeLog.pmail b/lisp/mail/ChangeLog.pmail index fd58eb46eca..bdc9e9133a2 100644 --- a/lisp/mail/ChangeLog.pmail +++ b/lisp/mail/ChangeLog.pmail @@ -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