From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/35337 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 00:19:52 -0500 Message-ID: References: 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 1035171098 2489 80.91.224.250 (21 Oct 2002 03:31:38 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 03:31:38 +0000 (UTC) Return-Path: Original-Received: (qmail 22384 invoked by alias); 14 Mar 2001 05:19:54 -0000 Original-Received: (qmail 22379 invoked from network); 14 Mar 2001 05:19:54 -0000 Original-Received: from fermat.mts.jhu.edu (root@128.220.17.18) by gnus.org with SMTP; 14 Mar 2001 05:19:54 -0000 Original-Received: (from kapur@localhost) by fermat.mts.jhu.edu (8.11.0/8.11.0) id f2E5JrG30145; Wed, 14 Mar 2001 00:19:53 -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}< (Kai.Grossjohann@CS.Uni-Dortmund.DE's message of "Tue, 13 Mar 2001 23:58:43 +0100") User-Agent: Gnus/5.090001 (Oort Gnus v0.01) XEmacs/21.1 (Channel Islands) Original-Lines: 34 Xref: main.gmane.org gmane.emacs.gnus.general:35337 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:35337 On Tue, 13 Mar 2001, Kai Großjohann wrote: > On 13 Mar 2001, Nevin Kapur wrote: > >> Yes, I have multiple groups at level 1 and multiple ones at level >> 2. > > Well, then I don't see where the problem might be. Hm. The only idea > I have is to start tracing various functions to see where it goes > wrong. I tried my hand at using the debugger. I couldn't figure out why 'g' works but '1g' doesn't. I am not familiar with Gnus' internals. Fortunately, I found I workaround. My usual setup is to use procmail to split my incoming mail into just two folders FM and NFM, and then use Gnus' fancy spitting by setting nnmail-resplit-incoming to t, for finer control. I use '((directory :path "~/.spool/: :suffix "")) as a mail-sources entry for this. I suspect that this setting has something to do with my problem. I just changed that entry to '((file :path "~/.spool/FM") (file :path "~/.spool/NFM")) and '[123]g' works as advertised! Perhaps this information can clue someone in on what's causing this behavior. Thanks for your help. -- Nevin