Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: prj@po.cwru.edu (Paul Jarc)
Subject: Re: Creating nnmaildir
Date: Mon, 14 Mar 2005 00:47:09 -0500	[thread overview]
Message-ID: <m3vf7udbik.fsf@multivac.cwru.edu> (raw)
In-Reply-To: <m2psy6yv60.fsf@maskin.flamestrike.no-ip.org>

Jarle Thorsen <jarle@genbukan.no> wrote:
> I am trying to create an nnmaildir group that will read mail from
> ~/Mail/spam.
>
> However when I try to create the group using "G m" gnus keeps telling me
> "Couldn't create group on server:" (IIRC)

You need to create a select method first.  Maybe something like:
(add-to-list 'gnus-secondary-select-methods
             '(nnmaildir "" (directory "~/nnmaildir")))

Create that directory, and create a symlink inside it pointing to the
~/Mail/spam maildir.  Then you should be able to run Gnus and
subscribe to the group.  See the "Maildir" node in the manual for more
details.

> When searcing this topic on google i stuble over postings talking about
> symlinks? Could anybody please explain this to me?

The nnmaildir server's directory should contain maildirs, or symlinks
to maildirs.  If you prefer, you can move the ~/Mail/spam maildir into
the nnmaildir directory, but then you'll also have to change any
references to it in other places.


paul


  reply	other threads:[~2005-03-14  5:47 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-03-11 17:00 Jarle Thorsen
2005-03-14  5:47 ` Paul Jarc [this message]
2005-03-14 21:27   ` Jarle Thorsen
2005-03-15  1:00     ` Paul Jarc
2005-03-16 21:42   ` Jarle Thorsen
2005-03-17  6:47     ` Paul Jarc
2005-03-17 10:29       ` Jarle Thorsen
2005-03-17 16:40         ` Paul Jarc

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=m3vf7udbik.fsf@multivac.cwru.edu \
    --to=prj@po.cwru.edu \
    /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).