Adam Sjøgren <a...@koldfront.dk> writes: > Hi, > > > When I exit a group, the unread count in the topic it is under doesn't > update. > > If I collapse the topic, the count gets updated. That's cool. > > Is there a way to get Gnus to update the counts automatically on group > exit as well?
It looks to me like you could add a function to `gnus-summary-exit-hook', which calls `gnus-topic-update-topics-containing-group' on the value of `gnus-newsgroup-name'. At that stage in summary exit, `gnus-newsgroup-name' won't have been cleared yet, so it should still hold the name of the group you're coming out of.