Broken mail script
Broken mail script
- Subject: Broken mail script
- From: Michelle Steiner <email@hidden>
- Date: Tue, 3 May 2005 00:39:18 -0700
This script worked in Panther but does not work in Tiger:
tell application "Mail"
if (count of (messages of sent mailbox)) is greater than 0 then
-- The above line returns the correct number.
move messages of sent mailbox to the trash mailbox
-- Nothing happens in the above line; it is executed, but doesn't
return an error--it just does not do anything.
end if
end tell
-- Michelle
--
Rock is dead.
Long Live Paper and Scissors!
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden