Paul Berkowitz <[EMAIL PROTECTED]> wrote:
>     set theFile to choose file -- you get to select it here
>     tell application "Finder"
>         set file type of theFile to "TEXT"
>         set creator type of theFile to "ttxt" -- probably do this too
>     end tell
>     
> In OS X, you can probably do that just by changing the extension from
> ".mbox" to ".txt". This is just for Eudora. I think Apple's Mail uses MBOX
> flies as MBOX files (don't change file type) somewhere inside its package.

That's a useful snippet of Applescript, thanks for posting it. If you've
got the developer tools installed (remember no Unix machine is complete
without a C compiler :-) then there is a command line tool which'll do the
same sort of thing.

        /Developer/Tools/SetFile

or somewhere around there anyway.

Cheers,

Chris

-- 
To unsubscribe:                     
<mailto:[EMAIL PROTECTED]>
archives:       
<http://www.mail-archive.com/entourage-talk%40lists.letterrip.com/>
old-archive:       
<http://www.mail-archive.com/entourage-talk%40lists.boingo.com/>

Reply via email to