changeset 88227:b589e7b4f4c4

(rmail-set-label): Call rmail-summary-update at the end.
author Alex Schroeder <alex@gnu.org>
date Thu, 19 Jan 2006 23:54:03 +0000
parents 8a1f15a85efb
children fc29854c8b18
files lisp/mail/rmailkwd.el
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/mail/rmailkwd.el	Thu Jan 19 23:52:59 2006 +0000
+++ b/lisp/mail/rmailkwd.el	Thu Jan 19 23:54:03 2006 +0000
@@ -180,7 +180,10 @@
               (rmail-desc-add-keyword keyword n)
             (rmail-desc-remove-keyword keyword n)))
 	;; FIXME: handle redisplay in the summary buffer
-	(rmail-display-labels)))))
+	(rmail-display-labels))))
+  ;; Deal with the summary buffer.
+  (when rmail-summary-buffer
+    (rmail-summary-update n)))
 
 ;; Motion on messages with keywords.