Re: Duplicated Message Content
Re: Duplicated Message Content
- Subject: Re: Duplicated Message Content
- From: John <email@hidden>
- Date: Sun, 17 Nov 2013 19:58:37 -0500
Hi Chris,
I am running Snow Leopard. Although the attached script didn't work for me, it pointed me in the right direction. Thank you! This seems to work...
tell application "Mail"
set aMessage to first item of (get selection)
set quote original message to false
set replyMessage to reply aMessage with opening window
set quote original message to true
tell replyMessage
set content to aMessage's content
end tell
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