>>>>> In <20070702160929.C21251C8115@galatea.esat.kuleuven.be> >>>>> Luc Van Eycken wrote: > If I have a newsgroup with ticked persistent articles and I leave this > group with the "c" key (gnus-summary-catchup-and-exit), all ticked articles > are turned into unread non-ticked articles. It is a regression from Emacs 21, > but I also believe this is a bug since it seems to contradict the info > documentation. That's a coincidence! When I was wandering in the Agent code today, I encountered the same trouble and reached to the same place in gnus-sum.el. > As far as I can see, it is due to the addition of gnus-newsgroup-unfetched > inside the function gnus-summary-catchup (gnus-sum.el line 10517). > Since this is a Gnus 5.11 addition, I assume that removing it again is not > the correct solution. I think regarding unfetched articles as unread articles is correct. The problem is that cached articles are not counted as fetched articles, or Gnus forgot that those cached articles used to have been fetched. I'm not quite sure how it happens because I'm new to the Agent. But I briefly checked that the patch attached below does the trick.