all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Michael Heerdegen <michael_heerdegen@web.de>
To: help-gnu-emacs@gnu.org
Subject: Re: read emails from a Maildir in gnus
Date: Thu, 16 Jan 2014 17:48:42 +0100	[thread overview]
Message-ID: <87wqhzhnyt.fsf@web.de> (raw)
In-Reply-To: 2d6c7ae2-7e0b-4d2d-ad96-d4f9c6c2b9b8@googlegroups.com

xeon Mailinglist <xeonmailinglist@gmail.com> writes:

> I set the .gnus to read the email from that dir, but the email don't
> appear in the gnu? Why this happens?

I had the same problem.  The solution was to create an according server
definition from the server buffer (you get there with ^ from the group
buffer), in my case the server definition looked like that:

(nnml "archive"
      (nnml-directory "~/Mail/archive/")
      (nnml-active-file "~/Mail/archive/active")
      (nnml-newsgroups-file "~/Mail/archive/newsgroups"))

maybe you want another backend than nnml.

Then you can add groups according to your directories in the group
buffer using this server, and finally read your mails via these groups.

I'm not sure whether there is a smarter method (anybody?).


Regards,

Michael.




  reply	other threads:[~2014-01-16 16:48 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-15 10:35 read emails from a Maildir in gnus xeon Mailinglist
2014-01-16 16:48 ` Michael Heerdegen [this message]
2014-01-16 18:10 ` Jeffrey DeLeo
2014-01-16 21:24   ` Jeffrey DeLeo

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=87wqhzhnyt.fsf@web.de \
    --to=michael_heerdegen@web.de \
    --cc=help-gnu-emacs@gnu.org \
    /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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.