Alberto Luaces <[email protected]> writes:

> 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"))
>                 ))

Brilliant! That did the trick. Whatever the original problem was, this
works around it nicely.

I appreciate the help,
E


_______________________________________________
info-gnus-english mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to