Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Alberto Luaces <aluaces@udc.es>
To: info-gnus-english@gnu.org
Subject: Re: Problems incorporating old mail
Date: Thu, 17 Jun 2010 20:57:05 +0200	[thread overview]
Message-ID: <874oh1qygu.fsf@eps142.cdf.udc.es> (raw)
In-Reply-To: <87y6ef8gf5.fsf@ericabrahamsen.net>

Eric Abrahamsen writes:

> I did this, and got a maildir folder, but I'm embarrassed to say that I
> don't know how to get these messages into gnus, either.

For importing a maildir folder, you have to have set up the mail
backend, nnml, as a primary or secondary source of mail like this:

(add-to-list 'gnus-secondary-select-methods 
                  '(nnml ""))

After that, you specify that you own a maildir folder setting a source
for nnml:

(setq mail-sources
      '(
      (maildir :path "Path/to/your/folder"
                :subdirs ("cur" "new"))
                ))

-- 
Alberto

  reply	other threads:[~2010-06-17 18:57 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-06-16  6:10 Eric Abrahamsen
2010-06-16  7:41 ` Alberto Luaces
2010-06-16  8:33   ` Eric Abrahamsen
2010-06-16  9:10     ` Alberto Luaces
2010-06-16  9:39       ` Eric Abrahamsen
2010-06-17 18:57         ` Alberto Luaces [this message]
2010-06-18  2:43           ` Eric Abrahamsen

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=874oh1qygu.fsf@eps142.cdf.udc.es \
    --to=aluaces@udc.es \
    --cc=info-gnus-english@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.
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).