]> code.delx.au - gnu-emacs/blobdiff - lisp/gnus/gnus-topic.el
Merged from emacs@sv.gnu.org.
[gnu-emacs] / lisp / gnus / gnus-topic.el
index fc80a26f6b9899d33da92434391211a941da0314..45585526bcf4d9e447c4437f308b9ab04e412b4a 100644 (file)
@@ -585,6 +585,11 @@ articles in the topic and its subtopics."
        (not (eq (nth 2 type) 'hidden))
        level all-entries unread))
     (gnus-topic-update-unreads (car type) unread)
+    (when gnus-group-update-tool-bar
+      (gnus-put-text-property beg end 'point-entered
+                             'gnus-tool-bar-update)
+      (gnus-put-text-property beg end 'point-left
+                             'gnus-tool-bar-update))
     (goto-char end)
     unread))