Thread: eml2mbox.sh
View Single Post
Old 11 Apr 2003, 01:52 AM   #3
Guest
 
Posts: n/a
Oops!

Hello Again,

All the indents have been lost. I'm going to have to do something else by way of posting it here or doing something elsewhere. If someone wants to host this for me then please let me know.


thoran

P.S. I just realised that the destructive mode is crapping out, so here's a quick fix from the next release (just replace this section of code in the previous post):

if [ $destructiveMode = 1 ]; then
currentDirectory=`pwd`
cd $sourceDirectory
rm *.eml
cd $currentDirectory
fi
  Reply With Quote