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

Re: Problem with huge number of mailboxes in IMAP server



radford@robby.caltech.edu (Jim Radford) writes:

> I use the following:
> 
>   (setq gnus-select-method 
>         '(nnimap 
>           "yoyo"
>           (nnimap-server-address "robby.caltech.edu")
> 	  (nnimap-server-port 143)
>           (nnimap-list-pattern '("INBOX" "~/Mail/*"))))

I think this should be:

(setq gnus-select-method
	'(nnimap
		...
		(nnimap-list-pattern ("INBOX" "~/Mail/*"))))
			             ^ no quote

I made some note about nnimap-list-pattern on the Install/Config page.

/s