Mercurial > emacs
changeset 97923:f278df5ab031
(pmail-reply-callback): Call pmail-show-message to repaint the
message, insuring that new headers, like X-BABYL-V6... are correctly
hidden.
author | Paul Reilly <pmr@pajato.com> |
---|---|
date | Mon, 01 Sep 2008 10:56:37 +0000 |
parents | 63526292266d |
children | fe064f255d3f |
files | lisp/mail/pmail.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mail/pmail.el Mon Sep 01 08:40:33 2008 +0000 +++ b/lisp/mail/pmail.el Mon Sep 01 10:56:37 2008 +0000 @@ -2782,7 +2782,8 @@ BUFFER, possibly narrowed, contains an mbox mail message." (save-excursion (set-buffer buffer) - (pmail-set-attribute attr state n))) + (pmail-set-attribute attr state n) + (pmail-show-message))) (defun pmail-mark-message (msgnum-list attr-index) "Set attribute ATTRIBUTE-INDEX in the message of the car of MSGNUM-LIST.