-----Original Message-----
From: "M. Hartman" <[EMAIL PROTECTED]>
Sent: Aug 24, 2004 2:27 PM
To: PowerMail discussions <[EMAIL PROTECTED]>
Cc: Karsten Liere <[EMAIL PROTECTED]>
Subject: Re: PM user file problem and crash
PowerMail can write to surprising things. In 4.1 (haven't tried 5.x
yet), PowerMail writes at quit time to AppleScript files in the PowerMail
Scripts folder (inside the application package) that were run from the
Scripts menu during the session (can't imagine why it does this).
-=-=-=-=-=-=-
This is an AppleScript limitation, NOT a PowerMail limitation. AppleScript
wants to update all variable references inside a script. If you create a large
list variable, then your script grows because the variable is cached inside the
script. The next time it runs, if the list is small, the size of the Script
shrinks. But, this is an Apple/AppleScript issue and not that of PowerMail.
Wayne