Russell Coker <[email protected]> writes:

> Is there a good program in Debian to convert a Maildir of mail to an mbox 
> file?
>
> A quick search only turned up one that is part of the qmail package.
> I'd rather have something that doesn't conflict with my favourite MTA.

Last time I just used mutt.

    mutt -Rf /var/mail/fred # open mbox read-only
    l~T                     # select all mail
    ;s /var/mail/fred2/     # save it to a maildir
    x                       # quit

IIRC I was actually splitting up a bajillion-message maildir into
per-month maildirs, but I was still only doing a dozen or so writes.

I'm not aware of a fully automated approach.

PS: may also want -nF/dev/null.

_______________________________________________
luv-main mailing list
[email protected]
http://lists.luv.asn.au/listinfo/luv-main

Reply via email to