Re: Newbie apple mail quesion - Putting the Subject of the active email on the Clipboard
Re: Newbie apple mail quesion - Putting the Subject of the active email on the Clipboard
- Subject: Re: Newbie apple mail quesion - Putting the Subject of the active email on the Clipboard
- From: "email@hidden" <email@hidden>
- Date: Tue, 5 Jan 2010 18:41:13 -0800
On Jan 5, 2010, at 6:34 PM, Stockly, Ed wrote:
Just at first glance, the last line won't get executed with the
rest of the
script since it's outside the perform mail action handler.
Try moving it to after the "end tell" line and see if that works.
HTH,
Thanks Ed, I tried this and the are no errors but pasting do not have
the subject in the clipboard
---------
using terms from application "Mail"
on perform mail action with messages theSelectedMessages
tell application "Mail"
set eachMessage to item 1 of theSelectedMessages
set theSubject to subject of eachMessage
end tell
set the clipboard to theSubject
end perform mail action with messages
end using terms fromm
ES
On 1/5/10 6:31 PM, "email@hidden" wrote:
using terms from application "Mail"
on perform mail action with messages theSelectedMessages
tell application "Mail"
set eachMessage to item 1 of theSelectedMessages
set theSubject to subject of eachMessage
end tell
end perform mail action with messages
end using terms from
set the clipboard to theSubject
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (applescript-
email@hidden)
Help/Unsubscribe/Update your Subscription:
40gmail.com
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden
Thanks,
email@hidden
[db-10]
_______________________________________________
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