Re: mailbox list visible
Re: mailbox list visible
- Subject: Re: mailbox list visible
- From: Luther Fuller <email@hidden>
- Date: Sun, 22 Oct 2006 18:59:22 -0500
I think "missing value" is the nail in the coffin. Perhaps I should
file a bug. Unless someone has already filed one.
I also noticed that the mailbox disclosure triangles aren't
scriptable. I've been looking for a way to collapse every mailbox.
The expand and collapse commands are also missing from the OS X
Finder also.
tell application "Mail" to activate
tell application "System Events" to tell application process "Mail"
keystroke "m" using {command down, shift down}
end tell
But this won't work, since it only toggles the visibility. I need to
make the mail box list visible only if it's not visible, therefore I
must first read the status of the mailbox list using the 'mailbox
list visible' property which is broken. The only workaround is
something that sets the visibility to true unconditionally.
_______________________________________________
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/mailman//archives/applescript-users
This email sent to email@hidden