L
lisa
I am trying to delete a message (which is now in the draft folder) with
some very large attachments and everytime I select it Entourage freezes
and I have to do a force quit. I have tried to move it to the
trash--same response. I created another message (very small) in the
draft folder to see if I could delete that--same response. I read a
similar posting but did not understand the response (pasted below):
Try running this script with that message selected:
tell application "Microsoft Entourage"
set cm to current messages
repeat with msg in cm
delete msg
try
delete msg
end try
end repeat
end tell
some very large attachments and everytime I select it Entourage freezes
and I have to do a force quit. I have tried to move it to the
trash--same response. I created another message (very small) in the
draft folder to see if I could delete that--same response. I read a
similar posting but did not understand the response (pasted below):
Try running this script with that message selected:
tell application "Microsoft Entourage"
set cm to current messages
repeat with msg in cm
delete msg
try
delete msg
end try
end repeat
end tell