From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/32910 Path: main.gmane.org!not-for-mail From: prj@po.cwru.edu (Paul Jarc) Newsgroups: gmane.emacs.gnus.general Subject: Re: "Fixing up" gnus - (how hard is this?). (was Re: (provide 'nnmaildir)) Date: 20 Oct 2000 17:17:24 -0400 Sender: owner-ding@hpc.uh.edu Message-ID: References: <87aec3o3u6.fsf_-_@raven.localnet> <871yxfnlnz.fsf@raven.localnet> <87g0lt9amk.fsf@raven.localnet> <87hf697kba.fsf@raven.localnet> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: main.gmane.org 1035169113 22410 80.91.224.250 (21 Oct 2002 02:58:33 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:58:33 +0000 (UTC) Return-Path: Original-Received: from spinoza.math.uh.edu (spinoza.math.uh.edu [129.7.128.18]) by mailhost.sclp.com (Postfix) with ESMTP id DA344D0645 for ; Fri, 20 Oct 2000 17:18:33 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by spinoza.math.uh.edu (8.9.1/8.9.1) with ESMTP id QAB02683; Fri, 20 Oct 2000 16:18:13 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 20 Oct 2000 16:17:37 -0500 (CDT) Original-Received: from mailhost.sclp.com (postfix@66-209.196.61.interliant.com [209.196.61.66] (may be forged)) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id QAA27646 for ; Fri, 20 Oct 2000 16:17:21 -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 125CED0645 for ; Fri, 20 Oct 2000 17:17:48 -0400 (EDT) Original-Received: (qmail 6815 invoked by uid 500); 20 Oct 2000 21:17:46 -0000 Mail-Followup-To: ding@gnus.org Original-To: ding@gnus.org In-Reply-To: Kai.Grossjohann@CS.Uni-Dortmund.DE's message of "20 Oct 2000 23:08:39 +0200" Original-Lines: 18 User-Agent: Gnus/5.0807 (Gnus v5.8.7) Emacs/20.7 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:32910 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:32910 Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro=DFjohann) writes: > Hm. Hmmm... Ah, yes, your MTA delivers in new/, and you want to know > when to move messages from new/ to cur/, right? Yes, just like nnmail chooses a time to move mail from the spool to ~/Mail (or wherever). > Hm. I guess you get to decide when to do that. For example, you > could do it in -request-group, or you could do it in ... hm. No, I > think it should be in -request-group. Well, I have nnmaildir-request-scan now, but before that, I was doing it in -request-list, which seemed to work well enough. Before that, I had it in -retrieve-headers, because I couldn't deduce from the documentation that that was a bad place to do it. paul