From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/52757 Path: main.gmane.org!not-for-mail From: prj@po.cwru.edu (Paul Jarc) Newsgroups: gmane.emacs.gnus.general Subject: Re: Question about article identification and backends. Date: Mon, 19 May 2003 12:47:29 -0400 Organization: What did you have in mind? A short, blunt, human pyramid? Sender: ding-owner@lists.math.uh.edu Message-ID: References: <8765o9cpoj.fsf@raven.i.defaultvalue.org> <87vfw9gszz.fsf@eris.void.at> <877k8paqlr.fsf@raven.i.defaultvalue.org> <84d6ig1szu.fsf@lucy.is.informatik.uni-duisburg.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: main.gmane.org 1053363205 31154 80.91.224.249 (19 May 2003 16:53:25 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 19 May 2003 16:53:25 +0000 (UTC) Original-X-From: ding-owner+M1301@lists.math.uh.edu Mon May 19 18:53:21 2003 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19HnrO-0007y2-00 for ; Mon, 19 May 2003 18:51:38 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19HnnZ-000412-00; Mon, 19 May 2003 11:47:41 -0500 Original-Received: from sclp3.sclp.com ([64.157.176.121]) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19HnnT-00040x-00 for ding@lists.math.uh.edu; Mon, 19 May 2003 11:47:36 -0500 Original-Received: (qmail 51317 invoked by alias); 19 May 2003 16:47:35 -0000 Original-Received: (qmail 51312 invoked from network); 19 May 2003 16:47:35 -0000 Original-Received: from multivac.student.cwru.edu (HELO multivac.cwru.edu) (@129.22.114.26) by sclp3.sclp.com with SMTP; 19 May 2003 16:47:35 -0000 Original-Received: (qmail 2279 invoked by uid 500); 19 May 2003 16:47:51 -0000 Original-To: ding@gnus.org In-Reply-To: <84d6ig1szu.fsf@lucy.is.informatik.uni-duisburg.de> ( =?iso-8859-1?q?Kai_Gro=DFjohann's_message_of?= "Sun, 18 May 2003 11:52:53 +0200") Mail-Copies-To: nobody Mail-Followup-To: ding@gnus.org Original-Lines: 23 User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3 (gnu/linux) Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:52757 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:52757 kai.grossjohann@gmx.net (Kai Gro=DFjohann) wrote: > 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. If all articles from 1 to 100 already exist, and we are inserting a new article at position 42, then the new read list is 1-41,43-101. The positions of all the later articles have to be changed. Since articles are currently *identified* by position, this is more work than just a tweak. > Maybe it is even possible using the backend interface: the backend > could tell Gnus the new list 1-41,43-100 of read articles. That's (sort of) how nnmaildir used to do it. But it breaks the agent, the cache, and 'seen marks, at least. paul