Re: Mail.app: How can I configure replied message
Re: Mail.app: How can I configure replied message
- Subject: Re: Mail.app: How can I configure replied message
- From: Axel Luttgens <email@hidden>
- Date: Thu, 8 Jul 2010 13:32:47 +0200
Le 8 juil. 2010 à 00:10:34, Taichi Matsumoto a écrit :
> Hi, Axel
>
> Thank you for your response.
>
>> If you're using only 10.6.4/4.3, what are those differing environments?
> That's point I'm stucked. I have tested the script on 4 machines and
> it worked on 1 macbook, didn't work on 3 iMac.
> On all of machines, OSX 10.6.4 and Mail 4.3 are installed.
Hello Taichi,
I asked because the installation of Safari 5 came with some problems; you may find more info in this thread:
http://lists.apple.com/archives/appleScript-Users/2010/Jun/msg00105.html
as well as in this message posted by Michelle:
http://lists.apple.com/archives/appleScript-Users/2010/Jun/msg00208.html
Since all machines are with 10.6.4, they should have all been upgraded with Safari 5 as well (included in the 10.6.4 update).
Anyway, perhaps could you compare the webkit versions on those machines (About this Mac / More info... / Frameworks)?
That said, I noticed that your snippet works more reliably OMM when Mail is active:
on run
tell application "Mail"
activate
[...]
end tell
end run
That, possibly in combination with Takaaki's suggestion to introduce some delay, may be of some help for you too.
> Is there any other component related to the script ?
The usual suspects perhaps: some "foreign" ScriptingAdditions?
HTH,
Axel
_______________________________________________
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