From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/31821 Path: main.gmane.org!not-for-mail From: prj@po.cwru.edu (Paul Jarc) Newsgroups: gmane.emacs.gnus.general Subject: Re: (provide 'nnmaildir) Date: Mon, 17 Jul 2000 14:28:10 -0400 (EDT) Organization: What did you have in mind? A short, blunt, human pyramid? Sender: owner-ding@hpc.uh.edu Message-ID: <20000717182810.13970.qmail@multivac.student.cwru.edu> References: <20000715005611.8018.qmail@multivac.student.cwru.edu> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1035168188 16229 80.91.224.250 (21 Oct 2002 02:43:08 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:43:08 +0000 (UTC) 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 D338CD051E for ; Mon, 17 Jul 2000 14:29:13 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (Sina.HPC.UH.EDU [129.7.3.5]) by fisher.math.uh.edu (8.9.1/8.9.1) with ESMTP id NAC20702; Mon, 17 Jul 2000 13:28:51 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 17 Jul 2000 13:27:48 -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 NAA29488 for ; Mon, 17 Jul 2000 13:27:37 -0500 (CDT) Original-Received: from multivac.student.cwru.edu (multivac.STUDENT.CWRU.Edu [129.22.239.69]) by mailhost.sclp.com (Postfix) with SMTP id 578C7D051E for ; Mon, 17 Jul 2000 14:28:11 -0400 (EDT) Original-Received: (qmail 13971 invoked by uid 500); 17 Jul 2000 18:28:10 -0000 Mail-Followup-To: ding@gnus.org Original-To: ding@gnus.org In-Reply-To: X-Mailer: VM 6.75 under Emacs 20.7.1 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:31821 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:31821 Steve Harris 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. What might be nice is if Gnus would provide a function for backends to use that increments and returns a per-server+newsgroup counter, saving it in newsrc.eld between sessions, but the backends can already get the same functionality with more work now. paul