Re: another Scripting Mail.app question
Re: another Scripting Mail.app question
- Subject: Re: another Scripting Mail.app question
- From: "J.B. Stewart" <email@hidden>
- Date: Mon, 21 Jan 2002 20:54:20 -0500
On 1/21/02 at 5:33 PM, Michael Turner <email@hidden> wrote:
>
In AS version 1.8.1 on OS X, using Mail version 1.1, I get:
>
>
tell application "Mail"
>
activate
>
get mailbox 12 of account 1
>
end tell
>
>
result:
>
mailbox 13 of account 1 of application "Mail"
>
>
Is this normal behavior? What is wrong, or is something wrong? I
>
suppose some of my deleted mailboxes are still counted.... since
>
"get ... 16" returns 18
>
>
tell application "Mail"
>
activate
>
get every mailbox of account 1
>
end tell
I can confirm your results, I mentioned it on the list several weeks ago.
John