Gnus development mailing list
 help / color / mirror / Atom feed
From: Katsumi Yamaoka <yamaoka@jpl.org>
Subject: Re: *nntp-log* differences between M-g and g
Date: Thu, 03 Feb 2005 09:39:41 +0900	[thread overview]
Message-ID: <b9yvf9azdbm.fsf@jpl.org> (raw)
In-Reply-To: <b9ywttr2nu8.fsf@jpl.org>

>>>>> In <b9ywttr2nu8.fsf@jpl.org> Katsumi Yamaoka wrote:

> I figured out the reason it occurred.  It was caused because of
> the old marks files in your systems.  `nntp-marks-changed-p'
> used `not' and `equal' to compare the time that the marks file
> was read last and the present timestamp of the marks file.  It
> should be `<', not `/='.  I've fixed it in CVS.

The reason I wrote that unread articles was increased when
`nntp-marks-is-evil' was restored into nil was partially
incorrect.  Here's a corrected version:

`nntp-marks-changed-p' used `not' and `equal' to compare time-A
and time-B.  Where time-A is the time that Gnus updated the
marks info (i.e., the time that a user read articles) and time-B
is the present timestamp of the marks file.

(Phew, it's hard to explain with my poor English.)



  reply	other threads:[~2005-02-03  0:39 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-01-30 17:42 Mark Plaksin
2005-01-30 23:28 ` Katsumi Yamaoka
2005-01-30 23:50   ` Simon Josefsson
2005-01-31  0:04     ` Katsumi Yamaoka
2005-01-31 12:49       ` Katsumi Yamaoka
2005-01-31 22:09         ` Mark Plaksin
2005-02-01 11:30         ` Katsumi Yamaoka
2005-02-02  8:00         ` Ralf Angeli
2005-02-02  9:42           ` Simon Josefsson
2005-02-02 11:38             ` Katsumi Yamaoka
2005-02-03  0:39               ` Katsumi Yamaoka [this message]
2005-02-03  9:04                 ` Ralf Angeli

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=b9yvf9azdbm.fsf@jpl.org \
    --to=yamaoka@jpl.org \
    /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).