[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Messages "checking mailbox foo" and "updating info for mailbox bar"



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.