From: Alex Schroeder Date: Thu, 19 Jan 2006 23:54:03 +0000 (+0000) Subject: (rmail-set-label): Call rmail-summary-update at the X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=05b66a9ba9ce289bad23bfe61e0c56d5bc1b3f78;p=emacs.git (rmail-set-label): Call rmail-summary-update at the end. --- diff --git a/lisp/mail/rmailkwd.el b/lisp/mail/rmailkwd.el index 86ca3d2750a..ae6ab26f9b6 100644 --- a/lisp/mail/rmailkwd.el +++ b/lisp/mail/rmailkwd.el @@ -180,7 +180,10 @@ possibly narrowed, displays a message." (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.