>I am on OS 9.2.2, G4 Titanium...I have noticed over the last couple of >days that unpacking mailing seems to take an inordinate amount of time. >In addition, if I am writing an e-mail while the program starts unpacking >mail, I cannot type any thing or get an action in response to clicking on >one of the e-mailer buttons (such as the new mail button). It all kind >of freezes until the unpacking is completed. Then everything returns to >normal. And I am not talking about a large number of e-mails or a very >large e-mail...it is often just one or two with just a line of text in >the body of the e-mail....
Check your mail actions, something is using an Applescript that is either broken or in some other way having a hard time doing its job. Applescripts fired from inside Emailer will take over the computer until they are done with their task. That means, if you have a mail action that runs an applescript, each mail that is unpacked (not each unpack session, but each individual email being unpacked) will cause the applescript to be run, which will cause the mac to fail to respond to anything until that applescript is complete. If the applescript is broken or in some other way is having a hard time running, it could be timing out. Default timeout for Applescript I believe is 60 seconds, so each email that is unpacked may take over the mac for up to 60 seconds PER EMAIL. This assumes the applescript is timing out and that a longer timeout value was not assigned in the script. >I also noticed that "shred enclosures" mail action is taking a very long >time to accomplish its job. That would be a good place to start. Disable it, and see if the unpack problem goes away. If it does, find out why it is taking so long to run. -chris <http://www.mythtech.net> ___________________________________________________________________________ To unsubscribe send a mail message with a SUBJECT line of "unsubscribe" to <[EMAIL PROTECTED]> or <[EMAIL PROTECTED]>

