info-gnus-english
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problems incorporating old mail


From: Alberto Luaces
Subject: Re: Problems incorporating old mail
Date: Thu, 17 Jun 2010 20:57:05 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux)

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 via email to

[Prev in Thread] Current Thread [Next in Thread]