aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2008-12-20 07:02:49 +0000
committerChong Yidong2008-12-20 07:02:49 +0000
commitbbf92dadcd6f06e259a28c9bfd3fd1766ef0c9c8 (patch)
tree19ee8066df13b99e5cf33f7f79b19643a2ca99ed
parentde16190387609d3a6514c64a2a2596636a8082ac (diff)
downloademacs-bbf92dadcd6f06e259a28c9bfd3fd1766ef0c9c8.tar.gz
emacs-bbf92dadcd6f06e259a28c9bfd3fd1766ef0c9c8.zip
* 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.
-rw-r--r--lisp/mail/ChangeLog.pmail7
1 files changed, 7 insertions, 0 deletions
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 @@
10 pmail-expunge-and-save. 10 pmail-expunge-and-save.
11 (pmail-next-undeleted-message): If no other message can be shown, 11 (pmail-next-undeleted-message): If no other message can be shown,
12 show the current one. 12 show the current one.
13 (pmail-attr-array): Doc fix.
14 (pmail-add-header): Function deleted.
15 (pmail-add-mbox-headers): Insert header directly instead of
16 calling pmail-add-header.
17 (pmail-display-labels): Add leading space to attribute string.
18 (pmail-set-attribute): Call pmail-swap-buffers-maybe. Insert
19 header directly instead of calling pmail-add-header.
13 20
142008-12-15 Juanma Barranquero <lekktu@gmail.com> 212008-12-15 Juanma Barranquero <lekktu@gmail.com>
15 22