Re: Mail address bug
Re: Mail address bug
- Subject: Re: Mail address bug
- From: Peter Baxter <email@hidden>
- Date: Thu, 31 Jul 2008 04:44:11 +1000
That's very interesting Luther. I'm sure there is something useful I
can do with that too.
On 31/07/2008, at 5:33 AM, Luther Fuller wrote:
I've found a workaround that fixes my problem.
Replace the line
set addressList to (email addresses of accounts)
with
set AppleScript's text item delimiters to {return}
(email addresses of accounts)
set addressList to (text items of (the result as text))
My current opinion is that this most likely is not a bug, but that
depends on your interpretation of the dictionary.
My interpretation, on reading again, is that each account returns a
list of string, therefore multiple accounts return a list of lists.
Perhaps someone has some experience with this.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (applescript-
email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden
The Sufis advise us to speak only after our words have managed to pass
through three gates. At the first gate, we ask ouselves, 'Are these
words true?' If so, we let them pass on; if not, back they go. At
the second gate, we ask, 'Are they necessary?' At the last gate, we
ask, 'Are they kind?'
-Eknath Easwaran
Peter Baxter
email@hidden
_______________________________________________
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