Re: [TidBITS Talk] Mojave, Mail and Applescript
Re: [TidBITS Talk] Mojave, Mail and Applescript
- Subject: Re: [TidBITS Talk] Mojave, Mail and Applescript
- From: Takaaki Naganoya <email@hidden>
- Date: Wed, 07 Nov 2018 13:55:17 +0900
AppleScript within each application (like Mail action script) does not display
error messages.
If you want to know the message, try—on error clause will work.
try
—some Mail script
—some Mail script
—some Mail script
on error erMes
display notification erMes
end
--
Takaaki Naganoya
email@hidden
http://piyocast.com/as/
> 2018/11/07 1:43、Jeremy Roussak <email@hidden>のメール:
>
> Does anyone know if something special has to be done with permissions in
> order to run an Applescript from within a Mail rule? I have a script,
> triggered by a rule, which tells Mail to generate an auto-reply to certain
> types of incoming message. Under High Sierra, it worked fine, but under
> Mojave it seems to have stopped working. I don’t get any error messages:
> where would they go?
> Thanks
>
> Jeremy
>
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> AppleScript-Users mailing list (email@hidden)
> Help/Unsubscribe/Update your Subscription:
> Archives: http://lists.apple.com/archives/applescript-users
>
> This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden