From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/35342 Path: main.gmane.org!not-for-mail From: Nevin Kapur Newsgroups: gmane.emacs.gnus.general Subject: Re: Problems with getting new mail at any particular level. Date: 14 Mar 2001 10:57:04 -0500 Message-ID: References: <5bitlc2yh9.fsf@avocet.cs.rochester.edu> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1035171102 2521 80.91.224.250 (21 Oct 2002 03:31:42 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 03:31:42 +0000 (UTC) Return-Path: Original-Received: (qmail 29759 invoked by alias); 14 Mar 2001 15:57:07 -0000 Original-Received: (qmail 29754 invoked from network); 14 Mar 2001 15:57:07 -0000 Original-Received: from fermat.mts.jhu.edu (root@128.220.17.18) by gnus.org with SMTP; 14 Mar 2001 15:57:07 -0000 Original-Received: (from kapur@localhost) by fermat.mts.jhu.edu (8.11.0/8.11.0) id f2EFv5d31186; Wed, 14 Mar 2001 10:57:05 -0500 X-Authentication-Warning: fermat.mts.jhu.edu: kapur set sender to nevin@jhu.edu using -f Original-To: ding@gnus.org X-Face: 5qz+Fg"Lb1Z3i<6h&9Ax$jfq]k{-f:z_Uk_fQ_DOy|7;xWm4@bDK52s/-A\!8g'3a}peKv> u;mMlqf!3"K"X5B;2E|Nz}< (ShengHuo ZHU's message of "Wed, 14 Mar 2001 09:53:38 -0500") User-Agent: Gnus/5.090001 (Oort Gnus v0.01) XEmacs/21.1 (Channel Islands) Original-Lines: 46 Xref: main.gmane.org gmane.emacs.gnus.general:35342 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:35342 On Wed, 14 Mar 2001, ShengHuo ZHU wrote: > Nevin Kapur writes: > >> On Wed, 14 Mar 2001, Kai Großjohann wrote: >> >> > I see. I think if you hit `1 g' and the only level-1 group is >> > nnml:foo, then Gnus will only look at ~/.spool/foo. >> >> I think this is correct. I stepped through debugging >> mail-sources-fetch and this was the behavior I observed. > > Probably, (setq nnmail-scan-directory-mail-source-once t) helps. Yes! I see that the documentation mentions this variable. I was never really sure what ,----[ gnus.texi ] | Setting @code{nnmail-scan-directory-mail-source-once} to non-nil force | Gnus to scan the mail source only once. `---- means. Perhaps a tiny patch is in order? Index: gnus.texi =================================================================== RCS file: /usr/local/cvsroot/gnus/texi/gnus.texi,v retrieving revision 6.56 diff -u -r6.56 gnus.texi --- gnus.texi 2001/03/03 11:18:39 6.56 +++ gnus.texi 2001/03/14 15:56:08 @@ -11284,8 +11284,9 @@ @item directory Get mail from several files in a directory. This is typically used when you have procmail split the incoming mail into several files. Setting -@code{nnmail-scan-directory-mail-source-once} to non-nil force Gnus to -scan the mail source only once. +@code{nnmail-scan-directory-mail-source-once} to non-nil forces Gnus to +scan the mail source only once. This is particularly useful if you want +to scan mail groups at a specified level. Keywords: -- Nevin