Re: How do you get iCal to run an Applescript
Re: How do you get iCal to run an Applescript
- Subject: Re: How do you get iCal to run an Applescript
- From: Michelle Steiner <email@hidden>
- Date: Wed, 13 Jul 2005 14:03:34 -0700
On Jul 13, 2005, at 9:33 AM, Brian wrote:
Le 12 juil. 05 à 18:43, Michelle Steiner a écrit : While I'm at it, the following script worked in Panther, but not in Tiger:
tell application "Mail" if (count of (messages of sent mailbox)) is greater than 0 then move messages of sent mailbox to the trash mailbox end if end tell
Hello again,
It's looks like a little bug, this work :
tell application "Mail" if (count of (messages of sent mailbox)) is greater than 0 then move (messages of sent mailbox) to mailbox "Trash" end if end tell
It's seem to not "mistaking" with the IMAP trashes (All messages go to the "On my Mac"'s trash).
It didn't work either. BTW, I'm using a POP3 server, so I'm not using IMAP.
-- Michelle
-- Support our troops. Set a firm time-table to bring them home!
|
_______________________________________________
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