Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Reiner Steib <reinersteib+from-uce@imap.cc>
Subject: Re: open several existing 'maildir' mailboxes
Date: Fri, 19 Aug 2005 23:12:42 +0200	[thread overview]
Message-ID: <v97jehwrzp.fsf@marauder.physik.uni-ulm.de> (raw)
In-Reply-To: <de4fjv$nos$1@beech.fernuni-hagen.de>

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)

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/


  reply	other threads:[~2005-08-19 21:12 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-08-19 11:26 Fabian Braennstroem
2005-08-19 21:12 ` Reiner Steib [this message]
2005-08-22  9:42   ` Fabian Braennstroem

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=v97jehwrzp.fsf@marauder.physik.uni-ulm.de \
    --to=reinersteib+from-uce@imap.cc \
    --cc=Reiner.Steib@gmx.de \
    /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).