Bill Harris <[EMAIL PROTECTED]> schrieb:
> I'm trying to set up IMAP for the first time on 5.10.6.
>
> Here's a snippet from my .gnus:
>
> ,----
> | (add-to-list 'gnus-secondary-select-methods
> | '(nnimap "name.of.server"
> | (nnimap-server-port 993)
> | (nnimap-address "name.of.server")
> | (nnimap-list-pattern '("mbox" "INBOX" "mail/*"))
> | (nnimap-stream ssl)))
> `----
>
> I'm pretty sure I have the correct values for server port, address,
> and stream; I'm guessing on list-pattern.
Getting IMAP to work should be very easy - perhaps easier than you
think. I do not have any list patterns at all. My secondary select
methods look exactly like this:
(setq gnus-secondary-select-methods (quote (
(nnml "")
(nnimap "server_name" (nnimap-stream ssl))
)))
Nothing else. The IMAP folders I want to see in Gnus are subscribed
later in the server buffer.
T.M.
_______________________________________________
info-gnus-english mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/info-gnus-english