R12y <[EMAIL PROTECTED]> 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)))
_______________________________________________
info-gnus-english mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/info-gnus-english