Re: Launching script using Rules in Mail
Re: Launching script using Rules in Mail
- Subject: Re: Launching script using Rules in Mail
- From: Brian Binotto <email@hidden>
- Date: Thu, 24 Jul 2003 11:02:20 -0500
Thanks Craig, but that's exactly what I did and it will not run the
applescript I have selected sitting on the desktop.
On 7/24/03 10:52 AM, "Craig D Sutherland" <email@hidden> wrote:
>
Brian,
>
In the Rules settings of Mail preferences, under Perfor the following
>
actions, Run Applescript.
>
>
Craig
>
>
On Thursday, July 24, 2003, at 10:06 AM, Brian Binotto wrote:
>
> I can not for the life of me figure out how to get an applescript to
>
> run
>
> from
>
> within the Rules of Mail. I know the rules I have set-up are correct,
>
> it
>
> just
>
> will not run the selected applescript.
>
>
>
> Has anyone gotten this to work? Below is the first part of the script I
>
> would like Mail to run.
>
>
>
> tell application "Mail"
>
> set theMessage to message 1 of in mailbox
>
> set theSubject to subject of theMessage
>
> set theContent to the content of theMessage
>
> set senderAddress to sender of theMessage
>
> end tell
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.