Re: Apple Mail and Forward
Re: Apple Mail and Forward
- Subject: Re: Apple Mail and Forward
- From: Cameron Knowlton <email@hidden>
- Date: Sat, 28 Jan 2012 15:11:29 -0800
This is totally nuts... on a lark, I tried your script running inside Apple's AppleScript Editor, and it works... but when I run it inside Script Debugger, it generates 8 copies.
Whacko.
Good to see you again, by the way :)
Cameron Knowlton
On 28-Jan-12, at 2:47 PM, Michelle Steiner wrote: On Jan 28, 2012, at 2:00 PM, Cameron Knowlton wrote: ... however, when I do the forward command, the resulting message has not 2, not 3, but 8 copies of the message in it. If on the other had, I click the Forward button, it creates a single message, but the Applescript command creates 8.
Has anyone encountered this before?
I get only one copy of the forwarded message. I simplified the script slightly, but I still get only one copy with your original script:
tell application "Mail" set messageList to selection if messageList is {} then return set currentMessage to item 1 of messageList set theForwardedMessage to forward currentMessage with opening window end tell
-- Michelle
-- If I'm floating neck deep in sub freezing water and someone asks me if I want to be saved, he better be rowing a life boat not handing out bibles.
Cameron Knowlton
iGods Internet Marketing Inc.
email@hidden
P: 250.382.0226
|
_______________________________________________
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