• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Apple Mail and Forward
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Apple Mail and Forward


  • Subject: Re: Apple Mail and Forward
  • From: Michelle Steiner <email@hidden>
  • Date: Sat, 28 Jan 2012 15:47:19 -0700

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.

 _______________________________________________
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

  • Follow-Ups:
    • Re: Apple Mail and Forward
      • From: Cameron Knowlton <email@hidden>
    • Re: Apple Mail and Forward
      • From: Cameron Knowlton <email@hidden>
References: 
 >Apple Mail and Forward (From: Cameron Knowlton <email@hidden>)

  • Prev by Date: Apple Mail and Forward
  • Next by Date: Re: Apple Mail and Forward
  • Previous by thread: Apple Mail and Forward
  • Next by thread: Re: Apple Mail and Forward
  • Index(es):
    • Date
    • Thread