From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/7446 Path: news.gmane.org!not-for-mail From: R12y Newsgroups: gmane.emacs.gnus.user Subject: Re: email IMAP Date: 01 Jun 2006 03:17:23 +0200 Organization: There's no cabale Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1149126041 28861 80.91.229.2 (1 Jun 2006 01:40:41 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 1 Jun 2006 01:40:41 +0000 (UTC) Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Thu Jun 01 03:40:34 2006 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FlcAl-0000N2-M9 for gegu-info-gnus-english@m.gmane.org; Thu, 01 Jun 2006 03:40:28 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FlcAl-0006sR-1e for gegu-info-gnus-english@m.gmane.org; Wed, 31 May 2006 21:40:27 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!kanaga.switch.ch!switch.ch!news.in2p3.fr!in2p3.fr!proxad.net!usenet-fr.net!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-Lines: 37 Original-NNTP-Posting-Host: 59.238.99-84.rev.gaoland.net Original-X-Trace: cabale.usenet-fr.net 1149124643 35284 84.99.238.59 (1 Jun 2006 01:17:23 GMT) Original-X-Complaints-To: abuse@usenet-fr.net Original-NNTP-Posting-Date: Thu, 1 Jun 2006 01:17:23 +0000 (UTC) User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4 Original-Xref: shelby.stanford.edu gnu.emacs.gnus:77629 Original-To: info-gnus-english@gnu.org X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:7446 Archived-At: R12y 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)))