• 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: Two mail.app applescript bugs
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Two mail.app applescript bugs


  • Subject: Re: Two mail.app applescript bugs
  • From: Michelle Steiner <email@hidden>
  • Date: Mon, 14 Jan 2008 14:24:07 -0700

On Jan 14, 2008, at 2:07 PM, criselot wrote:

Replying to a message quotes the original text about 5 times. It does not always happen, about 15% or so.

I believe that I reported this too.

Fourth bug:
set MsgRef to (item 1 of selection) -- does not work

To make it work, I have to write:
set temp to selection
set MsgRef to (item 1 of temp)

That is a well-known situation that affects many applications.  The following works:

set MsgRef to item 1 of (get the selection)

-- Michelle

-- 
"Condoms encourage promiscuity
- in the same way that seat belts encourage automobile accidents."
O.C. Brown

 _______________________________________________
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

References: 
 >Re: Two mail.app applescript bugs (From: criselot <email@hidden>)

  • Prev by Date: Re: Two mail.app applescript bugs
  • Next by Date: RE: AS Library and dictionary
  • Previous by thread: Re: Two mail.app applescript bugs
  • Next by thread: Re: Two mail.app applescript bugs
  • Index(es):
    • Date
    • Thread