Quoting Russell Coker ([email protected]): > Is there a good program in Debian to convert a Maildir of mail to an > mbox file?
You have /usr/bin/formail from the procmail package. Do: for i in new/* cur/*;do formail <"$i">> ../mbox;done Or: http://stackoverflow.com/questions/2501182/convert-maildir-to-mbox http://yergler.net/projects/one-off/maildir-to-mbox/ https://gist.github.com/nyergler/1709069 -- Cheers, Snowden is accused of giving information to "the enemy". Rick Moen He gave information to the American people. Well, now [email protected] we know who the enemy is. --- Steven Brust McQ! (4x80) _______________________________________________ luv-main mailing list [email protected] http://lists.luv.asn.au/listinfo/luv-main
