Re: mailbox list visible
Re: mailbox list visible
- Subject: Re: mailbox list visible
- From: Philip Aker <email@hidden>
- Date: Sun, 22 Oct 2006 14:37:59 -0700
On 2006-10-22, at 12:54:20, Luther Fuller wrote:
What I want to do is to show the mailbox list at the left of a
message viewer window. Mail's dictionary has a 'mailbox list
visible' property of a message viewer which indicates I should be
able to write ...
set mailbox list visible of message viewer index 1 to true
But all I get is NSInternalScriptError. This looks like a big bad
bug, but I'm wondering if anyone has had success with some form of
this command.
Hi Luther,
It doesn't work for me either. The property is "missing value".
tell application "Mail" to activate
tell application "System Events" to tell application process "Mail"
keystroke "m" using {command down, shift down}
end tell
Philip Aker
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/mailman//archives/applescript-users
This email sent to email@hidden