aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Reilly <[email protected]>2008-09-01 10:56:37 +0000
committerPaul Reilly <[email protected]>2008-09-01 10:56:37 +0000
commitab3777910c2271256957d283fedb558324262e58 (patch)
treed4a5950bbbacb6b833b22a7f62dba128c5805cc9
parentda084553d9c8371a0aabe98163f84da4fdac1e42 (diff)
(pmail-reply-callback): Call pmail-show-message to repaint the
message, insuring that new headers, like X-BABYL-V6... are correctly hidden.
-rw-r--r--lisp/mail/pmail.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/mail/pmail.el b/lisp/mail/pmail.el
index 72abe896fb..cfa6c3f95a 100644
--- a/lisp/mail/pmail.el
+++ b/lisp/mail/pmail.el
@@ -2782,7 +2782,8 @@ non-nil, otherwise clears it. N is the message number.
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.