From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/5579 Path: news.gmane.org!not-for-mail From: Fabian Braennstroem Newsgroups: gmane.emacs.gnus.user Subject: Re: open several existing 'maildir' mailboxes Date: Mon, 22 Aug 2005 11:42:13 +0200 Organization: FernUni Hagen Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1138671272 27970 80.91.229.2 (31 Jan 2006 01:34:32 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 31 Jan 2006 01:34:32 +0000 (UTC) Original-X-From: nobody Tue Jan 17 17:35:30 2006 Original-Path: quimby.gnus.org!news.ccs.neu.edu!news.dfci.harvard.edu!news.cis.ohio-state.edu!newsfeed.berkeley.edu!ucberkeley!news.tele.dk!news.tele.dk!small.news.tele.dk!news-fra1.dfn.de!news-koe1.dfn.de!news.fernuni-hagen.de!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-NNTP-Posting-Host: bonsai.fernuni-hagen.de Original-X-Trace: beech.fernuni-hagen.de 1124703650 5718 132.176.114.21 (22 Aug 2005 09:40:50 GMT) Original-X-Complaints-To: newsadmin@fernuni-hagen.de Original-NNTP-Posting-Date: 22 Aug 2005 09:40:50 GMT User-Agent: Mozilla Thunderbird 1.0.6-1.4.1 (X11/20050721) X-Accept-Language: en-us, en In-Reply-To: Original-Xref: bridgekeeper.physik.uni-ulm.de gnus-emacs-gnus:5721 Original-Lines: 35 X-Gnus-Article-Number: 5721 Tue Jan 17 17:35:30 2006 Xref: news.gmane.org gmane.emacs.gnus.user:5579 Archived-At: Hi Reiner, Reiner Steib wrote: > On Fri, Aug 19 2005, Fabian Braennstroem wrote: > > >>where every folder has the standard subdir: new, tmp, cur >> >>Now, for the setup of Gnus I am not sure how I could do that. >> >>(setq mail-sources >>'((nnmaildir :path "~/MuttMail/CFD-VTK/" :subdirs ("cur" "new")))) > > > Are you sure that you want to use maildir as a mail source instead of > using nnmaildir? > > If it's standard, you probably don't need to specify man server > parameters. See (info "(gnus)Maildir") for details. > > The setup may look like this: > > (add-to-list > 'gnus-secondary-select-methods > '(nnmaildir "test" > (directory "foo") > (create-directory "bar") > (directory-files nnheader-directory-files-safe) > (get-new-mail t)) t) > Thanks for your hints! I will try it out and see if I can get it running... Best Greetings! Fabian