Re: Two mail.app applescript bugs
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