Duplicated Message Content
Duplicated Message Content
- Subject: Duplicated Message Content
- From: John <email@hidden>
- Date: Sat, 16 Nov 2013 16:57:56 -0500
I have been writing a script for Mail in which it finds a message and composes a new one. For testing purposes, the script has been finding the same message every time it is run.
When I first started running the reply to script, a new message would appear with the content of the original message formatted properly. However when I run the script now, the reply message has the content of the original message duplicated eight times. The amount of times the message content is duplicated has gradually risen since I have tested the script, although it is not one to one. Does anyone have any idea of what is going on?
tell application "Mail"
set aMessage to first item of (get selection)
set replyMessage to reply aMessage with opening window
end tell
_______________________________________________
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