# HG changeset patch # User Chong Yidong # Date 1229756569 0 # Node ID 752b291cbd748a2f2abb4984b9b29555ead93cd7 # Parent 7ba6bfe45e2b7e9b20dcc5e96b7765f23624e5e7 * 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. diff -r 7ba6bfe45e2b -r 752b291cbd74 lisp/mail/ChangeLog.pmail --- a/lisp/mail/ChangeLog.pmail Sat Dec 20 04:30:04 2008 +0000 +++ b/lisp/mail/ChangeLog.pmail Sat Dec 20 07:02:49 2008 +0000 @@ -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