Re: Converting PMMail files to Maildir or mbox format

1999-12-21 Thread Oliver Groschopp
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

Re: Converting PMMail files to Maildir or mbox format

1999-12-21 Thread Subba Rao
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,

Re: Converting PMMail files to Maildir or mbox format

1999-12-21 Thread Mikko Hänninen
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