*This message was transferred with a trial version of CommuniGate(tm) Pro*
Here's one for TextEdit.

<applescript>
tell application "PowerMail 5.1.1a1"
        set s to ""
        set theMessages to current messages
        repeat with msg in theMessages
                set s to s & content of msg
        end repeat
        tell application "TextEdit"
                make new document at the beginning of documents with properties 
{text:s}
        end tell
end tell
</applescript>

This is a minor variation from the script I use, but should copy all the
content into a single TextEdit document.

-- 
Andy Fragen

On Sat, Dec 11, 2004, cheshirekat said:

>As someone else mentioned, BBEdit Lite doesn't support AppleScript. I
>don't think the lite BBEdit versions have ever included scriptability in
>the many versions I have tried prior to OS X. I haven't tried any OS X
>versions since I haven't been interested in any text editors that
>expensive. So, you could use other applications, like TextEdit




Reply via email to