Re: Can any of you certify that this is a bug in Mail.app
Re: Can any of you certify that this is a bug in Mail.app
- Subject: Re: Can any of you certify that this is a bug in Mail.app
- From: Axel Luttgens <email@hidden>
- Date: Mon, 24 May 2010 11:11:29 +0200
Le 24 mai 2010 à 07:27:13, Tommy Bollman a écrit :
> Hello there:
> When I run this script I get generated a reply, but the contents is multiplied
> like 10 times in it, could you please run the script and tell if the same thing happens to you?
> I
>
> set theCntns to ""
> set dmsg to {}
> set selMsg to {}
> set theAnsw to {}
> tell application "Mail"
> -- make new outgoing message
> copy selected messages of front message viewer to selMsg
> copy item 1 of selMsg to dmsg
> -- copy content of dmsg to thCntns gives RIGHT result
> set the theAnsw to reply dmsg with opening window
>
> end tell
Hello Tommy,
Running above script here opens a reply window with the expected contents: no "multiplicates". This is with Mail 4.2.
Could you try this simplified version:
tell application "Mail" to set theAnsw to reply (item 1 of (get selected messages of front message viewer)) with opening window
and tell us what gives?
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