[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Messages "checking mailbox foo" and "updating info for mailbox bar"
- To: nnimap@extundo.com
- Subject: Re: Messages "checking mailbox foo" and "updating info for mailbox bar"
- From: Simon Josefsson <jas@pdc.kth.se>
- Date: 25 Jun 1999 02:35:49 +0200
- In-Reply-To: Kai.Grossjohann@CS.Uni-Dortmund.DE's message of "18 Jun 1999 13:50:16 +0200"
- References: <vafg13p20ef.fsf@petty.cs.uni-dortmund.de>
- User-Agent: Gnus/5.070088 (Pterodactyl Gnus v0.88) Emacs/20.3.11
Kai.Grossjohann@CS.Uni-Dortmund.DE writes:
> When I hit `g', I see messages "checking mailbox foo" for a number of
> mailboxes, and then I see "updating info for mailbox bar" for a
> different number of mailboxes. The two sets seem to be disjoint
> (though I'm not sure).
To all on the list:
This turned out to be due to Gnus believing the method was something
like
(nnimap "")
when you did have
(nnimap "" (nnimap-address "foo"))
in your `gnus-secondary-select-method'.
As a workaround, edit the group info with `G E' in the group menu to
turn the first method into the latter.
It's known that creating groups with `G m' trigger this behaviour, I'm
looking into fixing it.