From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/31838 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: (provide 'nnmaildir) Date: 18 Jul 2000 12:16:36 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: References: <20000715005611.8018.qmail@multivac.student.cwru.edu> <20000717182810.13970.qmail@multivac.student.cwru.edu> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035168204 16366 80.91.224.250 (21 Oct 2002 02:43:24 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:43:24 +0000 (UTC) Cc: ding@gnus.org Return-Path: Original-Received: from fisher.math.uh.edu (fisher.math.uh.edu [129.7.128.35]) by mailhost.sclp.com (Postfix) with ESMTP id BC8E9D051E for ; Tue, 18 Jul 2000 06:16:45 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by fisher.math.uh.edu (8.9.1/8.9.1) with ESMTP id FAC22629; Tue, 18 Jul 2000 05:16:32 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 18 Jul 2000 05:15:39 -0500 (CDT) Original-Received: from mailhost.sclp.com (postfix@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id FAA05443 for ; Tue, 18 Jul 2000 05:15:14 -0500 (CDT) Original-Received: from vic20.blipp.com (unknown [195.84.94.187]) by mailhost.sclp.com (Postfix) with ESMTP id B16FFD051E for ; Tue, 18 Jul 2000 06:15:45 -0400 (EDT) Original-Received: from barbar.josefsson.org (IDENT:root@localhost [127.0.0.1]) by vic20.blipp.com (8.10.1/8.10.1) with SMTP id e6IAFh605901; Tue, 18 Jul 2000 12:15:44 +0200 Original-To: prj@po.cwru.edu (Paul Jarc) In-Reply-To: prj@po.cwru.edu's message of "Mon, 17 Jul 2000 14:28:10 -0400 (EDT)" Mail-Copies-To: never User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Capitol Reef) Original-Lines: 19 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:31838 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:31838 prj@po.cwru.edu (Paul Jarc) writes: > > Can you envision what changes to the Gnus backend interface would be > > necessary to allow nnimap/maildir's huge message IDs with huge gaps to > > work okay? > > IIUC, no interface changes would be necessary. The nnimap backend > would just use a different method of generating article numbers: do > its own sequence instead of using the numbers coming from the IMAP > server. But it need to use the server's sequence number to be able to fetch a article, find out what flags the article got, search for articles and stuff. It's not up to nnimap to decide what article number a article got, that's server assigned. It might translate back and forth between Gnus-article# and IMAP-article# but that would be really slow, and the whole point of having state in the server is lost.