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

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

Re: Question about using imap with gnus


From: Neil Woods
Subject: Re: Question about using imap with gnus
Date: Tue, 17 Aug 2004 04:26:44 +0100
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux)

hsg@phy.duke.edu (Henry S. Greenside) writes:

> Also, I wanted to try using imap as a real imap server
> rather than in pop or rmail style where the mail is
> downloaded to a local file and then deleted from the
> mail server. My original try was this
>    
>    (setq gnus-secondary-select-methods
>          '((nnfolder "")(nnimap ""
>         (nnimap-address "mail.phy.duke.edu")
>         (nnimap-stream ssl)
>         (nnimap-server-port 993)
>         (nnimap-list-pattern ("~/Mail/*")))))
>
> This worked (imap was able to detect my old mail groups
> and connect) except that I couldn't find any group like
> mbox or INBOX that contained the current mail. Would
> still be interested if someone could tell me what group
> to use when trying to use imap as it is intended to be
> used.

You need to be explicit in naming the list-pattern in the above.
Thus, the last line should be:

          (nnimap-list-pattern ("INBOX" "~/Mail/*")))))

Neil.
-- 
,--------------------------------------------------------------------------.
>      Neil Woods      |      Do you ever get that feeling of deja vu?     <
> neil@suespammers.org | ((lambda (x) (list x x)) (lambda (x) (list x x))) <
`--------------------------------------------------------------------------'


reply via email to

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