Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: R12y <mihamina.rakotomandimby@etu.univ-orleans.fr>
Subject: Re: email IMAP
Date: 01 Jun 2006 03:17:23 +0200	[thread overview]
Message-ID: <m3lkshk730.fsf@localhost.localdomain> (raw)
In-Reply-To: <m3hd35ln5x.fsf@localhost.localdomain>

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	other threads:[~2006-06-01  1:17 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-06-01  0:44 R12y
2006-06-01  1:17 ` R12y [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m3lkshk730.fsf@localhost.localdomain \
    --to=mihamina.rakotomandimby@etu.univ-orleans.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).