info-gnus-english
[Top][All Lists]
Advanced

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

Re: IMAP problems


From: Torsten Mueller
Subject: Re: IMAP problems
Date: Wed, 28 Nov 2007 07:43:56 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (windows-nt)

Bill Harris <bill_harris@facilitatedsystems.com> 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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]