[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: A little help from my friends



Nathan Williams <nwilliams@primeon.com> writes:

> michel@digicool.com writes:
> 
> > Bless you.  This does work for me, in that my
> > gnus-groups-enter-server-mode for my imap server looks like this:
> > 
> > 'Public Folders' has correctly been turned into Public-Folders, but
> > 'Public Folders' has a bunch of IMAP folders below it.  How do I get
> > gnus (or nnimap) to recognize the whole tree of folders?  If I go into 
> > the Group buffer and do 'A A' it spins forever, a 'C+G' shows that
> > only the above boxes were fetched.
> 
>         Really? I get the entire tree of folders immediately.... from
> my server buffer:
> 
> K      0: Public-Folders
> K      0: Public-Folders/Contacts
> K      0: Public-Folders/Contacts/Clients
> K      0: Public-Folders/Contacts/Clients/[foo]
> K      0: Public-Folders/Contacts/Clients/[bar]
> K      0: Public-Folders/Contacts/Clients/[baz]
> K      0: Public-Folders/Contacts/Clients/[quux]
> 
> and similarly in *Group* after 'A A':
> 
>        *: nnimap+primeon:Public-Folders
>        *: nnimap+primeon:Public-Folders/Contacts
>        *: nnimap+primeon:Public-Folders/Contacts/Clients
>        *: nnimap+primeon:Public-Folders/Contacts/Clients/[foo]
>        *: nnimap+primeon:Public-Folders/Contacts/Clients/[bar]
>        *: nnimap+primeon:Public-Folders/Contacts/Clients/[baz]
>        *: nnimap+primeon:Public-Folders/Contacts/Clients/[quux]
> 
>       
>         What you describe sounds like the result of running 
> (roughly) the imap command 'LIST "" "%"' instead of 'LIST ""
> "*%"'. Have you tweaked nnimap-list-pattern at all? Check the
> *imap-log* buffer and see what the actual LIST command sent was.
> 

You are correct, I wasn't doing the "*".

Sorry for the bandwidth waste.

-Michel "the user error king" Pelletier

>         - Nathan