Gnus development mailing list
 help / color / mirror / Atom feed
* Bogus group article counts
@ 1996-12-18  4:41 Sudish Joseph
  1996-12-18 17:46 ` Jan Vroonhof
  0 siblings, 1 reply; 3+ messages in thread
From: Sudish Joseph @ 1996-12-18  4:41 UTC (permalink / raw)


0.76 seems to be showing extra articles in the Group buffer.  For
instance, gnu.emacs.announce shows up with 5 new articles, the server
shows none.

Also, mail messages in groups matching gnus-auto-expirable-newsgroups
are getting marked as read instead of expirable.

-Sudish


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Bogus group article counts
  1996-12-18  4:41 Bogus group article counts Sudish Joseph
@ 1996-12-18 17:46 ` Jan Vroonhof
  1997-01-02 15:02   ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 3+ messages in thread
From: Jan Vroonhof @ 1996-12-18 17:46 UTC (permalink / raw)


Sudish Joseph <sudish@mindspring.com> writes:

> 0.76 seems to be showing extra articles in the Group buffer.  For
> instance, gnu.emacs.announce shows up with 5 new articles, the server
> shows none.

I had the same problem. For me it was that NoCem'ed articles were
never marked as read, but removed each time from the summary buffer.
Reverse the change to gnus-summary-catchup-articles (patch below) as a
workaround. 

Jan

--- gnus-sum.el.orig    Mon Dec 16 18:32:25 1996
+++ gnus-sum.el Wed Dec 18 18:28:40 1996
@@ -7736,8 +7736,6 @@
 If QUIETLY is non-nil, no questions will be asked.
 If TO-HERE is non-nil, it should be a point in the buffer.  All
 articles before this point will be marked as read.
-Note that this function will only catch up the unread article
-in the current summary buffer limitation.
 The number of articles marked as read is returned."
   (interactive "P")
   (gnus-set-global-variables)
@@ -7767,6 +7765,8 @@
                      (if to-here (< (point) to-here) t)
                      (gnus-summary-mark-article-as-read gnus-catchup-mark)
                      (gnus-summary-find-next (not all)))))
+           (unless to-here
+             (setq gnus-newsgroup-unreads nil))
            (gnus-set-mode-line 'summary))
          t))
     (gnus-summary-position-point)))


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Bogus group article counts
  1996-12-18 17:46 ` Jan Vroonhof
@ 1997-01-02 15:02   ` Lars Magne Ingebrigtsen
  0 siblings, 0 replies; 3+ messages in thread
From: Lars Magne Ingebrigtsen @ 1997-01-02 15:02 UTC (permalink / raw)


Jan Vroonhof <vroonhof@math.ethz.ch> writes:

> I had the same problem. For me it was that NoCem'ed articles were
> never marked as read, but removed each time from the summary buffer.

Yup.  Fix in Red Gnus v0.77.

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@ifi.uio.no * Lars Ingebrigtsen


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~1997-01-02 15:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1996-12-18  4:41 Bogus group article counts Sudish Joseph
1996-12-18 17:46 ` Jan Vroonhof
1997-01-02 15:02   ` Lars Magne Ingebrigtsen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).