From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/35350 Path: main.gmane.org!not-for-mail From: ShengHuo ZHU Newsgroups: gmane.emacs.gnus.general Subject: Re: Problems with getting new mail at any particular level. Date: 14 Mar 2001 15:53:41 -0500 Message-ID: <5bd7bk138q.fsf@avocet.cs.rochester.edu> 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 1035171109 2577 80.91.224.250 (21 Oct 2002 03:31:49 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 03:31:49 +0000 (UTC) Return-Path: Original-Received: (qmail 3017 invoked by alias); 14 Mar 2001 20:53:43 -0000 Original-Received: (qmail 3012 invoked from network); 14 Mar 2001 20:53:43 -0000 Original-Received: from gate.cs.rochester.edu (192.5.53.207) by gnus.org with SMTP; 14 Mar 2001 20:53:43 -0000 Original-Received: from avocet.cs.rochester.edu (avocet.cs.rochester.edu [192.5.53.22]) by gate.cs.rochester.edu (8.9.1b+Sun/U) with ESMTP id PAA00985 for ; Wed, 14 Mar 2001 15:53:42 -0500 (EST) Original-Received: (from zsh@localhost) by avocet.cs.rochester.edu (8.9.1b+Sun/Q++) id PAA06711; Wed, 14 Mar 2001 15:53:42 -0500 (EST) Original-To: ding@gnus.org X-Attribution: ZSH X-Face: 'IF:e51ib'Qbl^(}l^&4-J`'P!@[4~O|&k#:@Gld#b/]oMq&`&FVY._3+b`mzp~Jeve~/#/ ERD!OTe<86UhyN=l`mrPY)M7_}`Ktt\K+58Z!hu7>qU,i.N7TotU[FYE(f1;}`g2xj!u*l`^&=Q!g{ *q|ddto|nkt"$r,K$[)"|6,elPH= GJ6Q In-Reply-To: (Nevin Kapur's message of "14 Mar 2001 10:57:04 -0500") User-Agent: Gnus/5.090001 (Oort Gnus v0.01) Emacs/20.7 Original-Lines: 29 Xref: main.gmane.org gmane.emacs.gnus.general:35350 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:35350 Nevin Kapur writes: > 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? Installed. Thanks for the patch. ShengHuo