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

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

Re: email IMAP


From: R12y
Subject: Re: email IMAP
Date: 01 Jun 2006 03:17:23 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4

R12y <mihamina.rakotomandimby@etu.univ-orleans.fr> writes:

> Hi,
> I cant find a suitable configuration to check my IMAP account on a
> remote server.
> This is my directory structure:
> [...]
> Here is what is in my .gnus.el:
> 
> (setq gnus-select-methods
>       '(
>         
>         (nnimap "RKTMB"
>                 (nnimap-server-port 143)
>                 (nnimap-address "mfc.rktmb.org")
>                 (nnimap-list-pattern ("INBOX" "Maildir/.INBOX"))
>               )
>         
>         ))
> 
> Although I suppress 
> 
>                (nnimap-list-pattern ("INBOX" "Maildir/.INBOX"))
> I cant get the directory listing...
> Would you help me?

this works now with:


(setq gnus-select-method '(nntp "news.galacsys.net"))
(add-to-list 
 'gnus-secondary-select-methods
 '(nnimap "RKTMB"
          (nnimap-address "mfc.rktmb.org")
          (nnimap-port 143)))




reply via email to

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