From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/12988 Path: main.gmane.org!not-for-mail From: Urban Engberg Newsgroups: gmane.emacs.gnus.general Subject: Re: Hooking on to new messages Date: 26 Nov 1997 10:05:52 +0100 Message-ID: References: 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 1035152432 6815 80.91.224.250 (20 Oct 2002 22:20:32 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 22:20:32 +0000 (UTC) Return-Path: Original-Received: from xemacs.org (xemacs.cs.uiuc.edu [128.174.252.16]) by altair.xemacs.org (8.8.8/8.8.8) with ESMTP id CAA24564 for ; Wed, 26 Nov 1997 02:42:56 -0800 Original-Received: from ifi.uio.no (ifi.uio.no [129.240.64.2]) by xemacs.org (8.8.5/8.8.5) with ESMTP id EAA12781 for ; Wed, 26 Nov 1997 04:42:48 -0600 (CST) Original-Received: from claymore.vcinet.com (claymore.vcinet.com [208.205.12.23]) by ifi.uio.no (8.8.8/8.8.7/ifi0.2) with SMTP id KAA10035 for ; Wed, 26 Nov 1997 10:05:47 +0100 (MET) Original-Received: (qmail 17230 invoked by uid 504); 26 Nov 1997 09:05:36 -0000 Original-Received: (qmail 17227 invoked from network); 26 Nov 1997 09:05:35 -0000 Original-Received: from ns.cci.dk (194.239.27.66) by claymore.vcinet.com with SMTP; 26 Nov 1997 09:05:35 -0000 Original-Received: from gatekeeper.cci.dk by ns.cci.dk with smtp (Smail3.1.29.1 #58) id m0xadQ8-000RixC; Wed, 26 Nov 97 10:06 MET Original-Received: from ue. by gatekeeper.cci.dk with smtp (Smail3.1.29.1 #61) id m0xadGB-0002oxC; Wed, 26 Nov 97 09:55 MET Original-Received: by ue. (SMI-8.6/SMI-SVR4) id KAA19206; Wed, 26 Nov 1997 10:05:53 +0100 Original-To: ding@gnus.org In-Reply-To: Lars Magne Ingebrigtsen's message of "25 Nov 1997 20:07:48 +0100" Original-Lines: 16 X-Mailer: Quassia Gnus v0.14/Emacs 20.2 Xref: main.gmane.org gmane.emacs.gnus.general:12988 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:12988 I think I have solved the problem. nnmail-move-inbox, which is called by nnmail-get-new-mail, sets the list nnmail-moved-inboxes to contain my mail spool path the first time some new mail is read. And nnmail-moved-inboxes doesn't get reset to nil unless I enter a Gnus group or summary buffer for some reason (it's cleared by the post-command-hook there). As long as it contains my mail spool, however, nnmail-move-inbox will constantly return nil, making nnmail-get-new-mail think that there is no new mail. I fixed this for myself by creating a "ue-gnus-demon-scan-mail" that calls (gnus-clear-inboxes-moved) before doing anything else. Seems like a bug to me. -- ue@cci.dk