Charlie Garrison:
>>How can I print out all the emails from a particular folder,
>>without having to print them one by one? I have done the
>>export to mbox file.
>
>Since you have an mbox file, open that in BBEdit or TextWrangler and print from there.
Alternatively, if you want to print all messages, formatted
neatly, you can try feeding your mbox file to formail(1), and
use formail to feed every message in the mbox file separately to
some or other utility that prints email messages according to
your personal taste.
I think the `muttprint' utility [1] not only prettyprints email
messages, but groks mbox format as well.
Considering this, I stumpled upon [2].
Cheers, J.
[1]
http://muttprint.sourceforge.net - available in MacPorts,
Homebrew no doubt
[2]
http://blog.cloutier-vilhuber.net/?p=42