Gnus development mailing list
 help / color / mirror / Atom feed
From: kai.grossjohann@gmx.net (Kai Großjohann)
Subject: Re: Question about article identification and backends.
Date: Sun, 18 May 2003 11:52:53 +0200	[thread overview]
Message-ID: <84d6ig1szu.fsf@lucy.is.informatik.uni-duisburg.de> (raw)
In-Reply-To: <877k8paqlr.fsf@raven.i.defaultvalue.org>

Rob Browning <rlb@defaultvalue.org> writes:

> I think you may be referring to the main thing I'm wondering about --
> how difficult would it be for Gnus to change such that it doesn't
> require all of the following:
>
>   A few remarks about these article numbers might be useful.  First of
>   all, the numbers are positive integers.  Secondly, it is normally
>   not possible for later articles to `re-use' older article numbers
>   without confusing Gnus.  That is, if a group has ever contained a
>   message numbered 42, then no other message may get that number, or
>   Gnus will get mightily confused.(1) Third, article numbers must be
>   assigned in order of arrival in the group; this is not necessarily
>   the same as the date of the message.
>
> i.e. how reasonable might it be, and how difficult the task to change
> Gnus to rely on stable unique article ids (global ones -- or at least
> global within a backend) rather than stable unique per-group integers?

I guess it might not be that difficult.  It seems that the current
problem is: say you have read all of the articles in a certain group,
that is, articles 1 through 100.  Now you move an article numbered 42
into that group.  It is unread.  Then Gnus will think it is read.

But it ought to be possible to tweak Gnus so that it just splits the
read sequence from 1-100 into 1-41,43-100.

Maybe it is even possible using the backend interface: the backend
could tell Gnus the new list 1-41,43-100 of read articles.
-- 
This line is not blank.



  reply	other threads:[~2003-05-18  9:52 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-05-17 19:56 Rob Browning
2003-05-17 21:29 ` Andreas Fuchs
2003-05-18  2:57   ` Rob Browning
2003-05-18  3:19   ` Rob Browning
2003-05-18  9:52     ` Kai Großjohann [this message]
2003-05-18 18:38       ` Rob Browning
2003-05-18 18:50         ` Rob Browning
2003-05-19 13:02           ` Kai Großjohann
2003-05-19 13:02         ` Kai Großjohann
2003-05-19 16:57         ` Paul Jarc
2003-05-19 16:47       ` Paul Jarc
2003-05-19 20:49         ` Kai Großjohann
2003-05-19 20:57           ` Paul Jarc
2003-05-20 10:56             ` Kai Großjohann
2003-05-20 17:33           ` Rob Browning
2003-05-22  7:04             ` Kai Großjohann

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=84d6ig1szu.fsf@lucy.is.informatik.uni-duisburg.de \
    --to=kai.grossjohann@gmx.net \
    /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).