Gnus development mailing list
 help / color / mirror / Atom feed
From: Jan Vroonhof <vroonhof@math.ethz.ch>
Subject: Re: Bogus group article counts
Date: 18 Dec 1996 18:46:21 +0100	[thread overview]
Message-ID: <byafrbd9ua.fsf@math.ethz.ch> (raw)
In-Reply-To: Sudish Joseph's message of 17 Dec 1996 23:41:09 -0500

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)))


  reply	other threads:[~1996-12-18 17:46 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1996-12-18  4:41 Sudish Joseph
1996-12-18 17:46 ` Jan Vroonhof [this message]
1997-01-02 15:02   ` Lars Magne Ingebrigtsen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=byafrbd9ua.fsf@math.ethz.ch \
    --to=vroonhof@math.ethz.ch \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).