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
On 0, Mikko Hänninen <[EMAIL PROTECTED]> wrote:
> Subba Rao <[EMAIL PROTECTED]> wrote on Tue, 21 Dec 1999:
> > How do you convert these files into mbox or Maildir format? I want to be able
> > to read these messages using Mutt MUA.
>
> Well, best way perhaps might be to bounce them using PMMail,
Subba Rao <[EMAIL PROTECTED]> wrote on Tue, 21 Dec 1999:
> How do you convert these files into mbox or Maildir format? I want to be able
> to read these messages using Mutt MUA.
Well, best way perhaps might be to bounce them using PMMail, or maybe
"export" them in the unix mbox format. That way