mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
* gnus-util.el (gnus-tool-bar-update): New function.
* gnus-group.el (gnus-group-update-tool-bar): New variable. (gnus-group-insert-group-line): Add gnus-tool-bar-update. * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
This commit is contained in:
parent
60a7c013cf
commit
85fd80023e
4 changed files with 51 additions and 0 deletions
|
|
@ -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))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue