|
Top Document: MH Frequently Asked Questions (FAQ) with Answers Previous Document: 04.01 Can I append MH messages to a Unix mailbox format file? Next Document: 04.03 Why do I get ".../.mh_sequences is poorly formatted?" See reader questions & answers on this topic! - Help others by sharing your knowledge
Date: Fri, 1 Mar 1991 13:03:15 -0800
To convert your MH folders to BABYL folders, first run the following
script on your Mail directory.
#!/bin/sh
for f in Mail/*; do
if [ -d $f ]; then
touch msgbox
folder=`basename $f`
echo -n packing $folder ...
packf +$folder
echo done
mv msgbox Mail-rmail/$folder
fi
done
This assumes you don't have nested folders. Your rmail folders will
be left in $HOME/Mail-rmail in MMDF format which rmail can read.
Then run rmail-input for each folder, which converts each folder
into BABYL format.
Be sure not to append any messages before they are converted from
MMDF to BABYL, since there may be really strange results.
User Contributions:Comment about this article, ask questions, or add new information about this topic:Top Document: MH Frequently Asked Questions (FAQ) with Answers Previous Document: 04.01 Can I append MH messages to a Unix mailbox format file? Next Document: 04.03 Why do I get ".../.mh_sequences is poorly formatted?" Single Page [ Usenet FAQs | Web FAQs | Documents | RFC Index ] Send corrections/additions to the FAQ Maintainer: Bill Wohler <wohler@newt.com>
Last Update August 08 2012 @ 06:19 AM
|
