Re: Any good mbox-Maildir conversion tool?

2001-12-25 Thread Nicolas Rachinsky

On Tue, Dec 25, 2001 at 01:34:23AM -0500, Philip Mak [EMAIL PROTECTED] wrote:
 Is there a way I can do this from the command line, though? I need to
 automate a lot of mailbox conversions...

See the push command in the manual (and perhaps -e in the manpage)

Nicolas



Re: Any good mbox-Maildir conversion tool?

2001-12-24 Thread Jeremy Blosser

Philip Mak [[EMAIL PROTECTED]] wrote:
 [Summary: Is there a simple mbox-Maildir conversion tool that preserves
 the Replied, Seen, Trashed and old/new status of the messages?]
 ---

Yes, use mutt itself.

1) mutt -f mbox
2) tag all
3) tag copy/save to new maildir

All the flags will be preserved.




Re: Any good mbox-Maildir conversion tool?

2001-12-24 Thread Philip Mak

On Tue, 25 Dec 2001, Jeremy Blosser wrote:

  [Summary: Is there a simple mbox-Maildir conversion tool that preserves
  the Replied, Seen, Trashed and old/new status of the messages?]
  ---

 Yes, use mutt itself.

 1) mutt -f mbox
 2) tag all
 3) tag copy/save to new maildir

Nice. It preserved all the flags, and also added the Lines: header.

Is there a way I can do this from the command line, though? I need to
automate a lot of mailbox conversions...