From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/77626 Path: news.gmane.org!not-for-mail From: Uwe Brauer Newsgroups: gmane.emacs.gnus.general Subject: Re: imapgrab + gnus Date: Tue, 08 Mar 2011 18:02:26 +0100 Message-ID: <87y64p5yvx.fsf@gilgamesch.quim.ucm.es> References: <87mxl67q7r.fsf@gilgamesch.quim.ucm.es> <87r5aizsw5.fsf@lifelogs.com> <854o7dn72z.fsf@mat.ucm.es> <87y64pty7n.fsf@lifelogs.com> Reply-To: Uwe Brauer NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1299603825 7021 80.91.229.12 (8 Mar 2011 17:03:45 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 8 Mar 2011 17:03:45 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M25949@lists.math.uh.edu Tue Mar 08 18:03:40 2011 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Px0Ju-0008D1-K8 for ding-account@gmane.org; Tue, 08 Mar 2011 18:03:38 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1Px0Id-0003XH-Aq; Tue, 08 Mar 2011 11:02:19 -0600 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1Px0Ia-0003Wu-A9 for ding@lists.math.uh.edu; Tue, 08 Mar 2011 11:02:16 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1Px0IY-0000TI-CB for ding@lists.math.uh.edu; Tue, 08 Mar 2011 11:02:15 -0600 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1Px0IV-0003JB-8O for ding@gnus.org; Tue, 08 Mar 2011 18:02:11 +0100 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Px0IR-0007YT-UF for ding@gnus.org; Tue, 08 Mar 2011 18:02:07 +0100 Original-Received: from gilgamesch.quim.ucm.es ([147.96.12.99]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 08 Mar 2011 18:02:07 +0100 Original-Received: from oub by gilgamesch.quim.ucm.es with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 08 Mar 2011 18:02:07 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 35 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: gilgamesch.quim.ucm.es X-Hashcash: 1:20:110308:gmane.emacs.gnus.general::IOP1h03SXngCI6Wm:00000000000000000000000000000000000001T1E User-Agent: Gnus/5.110011 (No Gnus v0.11) XEmacs/21.4.21 (linux) Cancel-Lock: sha1:yc8Toy65HptvAgmeAufofw5ajrI= X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:77626 Archived-At: >> Regarding Re: imapgrab + gnus; Ted Zlatanov adds: > On Tue, 08 Mar 2011 13:13:24 +0100 Uwe Brauer wrote: >>>> Regarding Re: imapgrab + gnus; Ted Zlatanov adds: > In the server buffer, `a'dd the server with the nnmaildir method. Then > `e'dit the server definition to set the parameters to > (nnmaildir "home" > (directory "~/Maildir")) > hit `C-c C-c' to end editing, RET to enter the server group list, `u' > there to subscribe... All the usual stuff. Thanks! Well this is what I tried: (nnmaildir "home" (directory "/home/oub/ALLES/ETC/Soft8/ImapGrab/BkupMail/Afrika/new")) Or (nnmaildir "home" (directory "/home/oub/ALLES/ETC/Soft8/ImapGrab/BkupMail/Afrika")) But I cannot open the server nor subscribe to it. The structure of the directory Africa is: drwxr-xr-x 2 oub oub 1 Mar 8 17:51 cur drwxr-xr-x 2 oub oub 24 Mar 8 17:51 new drwxr-xr-x 2 oub oub 1 Mar 8 17:51 tmp Uwe