On Tue, 21 Dec 1999, Subba Rao wrote:

> How do you convert these files into mbox or Maildir format? I want to be able
> to read these messages using Mutt MUA.
Try this:

for a in *.msg; do
 formail <$a >${a}.f
 done
cat *.msg.f >mailbox

Regards

Oliver

-- 
butt(dot)com is not my e-mail adress
                           Bart Simpson

Reply via email to