When viewing e-mail are there any ways to show/hide the folder list by means
of key combination or AppleScript instead of the View menu or the "toggle
triangle"?
If you're in Panther, yes.
In OS 10.3, first go to System Preferences/Universal Access, and check
"Enable access for assistive devices."
Now run this script:
tell application "Microsoft Entourage" to activate
tell application "System Events"
tell process "Microsoft Entourage"
tell menu bar 1
tell menu title "View"-- or menu title 5
tell menu "View" -- or menu 1
click menu item "Folders List" -- or menu item 6
end tell
end tell
end tell
end tell
end tell
--
Paul Berkowitz
MVP Entourage
Entourage FAQ Page:
http://www.entourage.mvps.org/toc.html
Please "Reply To Newsgroup" to reply to this message. Emails will be
ignored.
PLEASE always state which version of Entourage you are using - 2001 or X.
It's often impossible to answer your questions otherwise.