Hello, when Entourage is first launched or re-activated, it defaults to
showing the Inbox that lives on 'On My Computer'. Is there a way to specify
an IMAP folder to show first, instead of the Inbox that I do not use?
You can do it by script. Make a schedule to run At Startup, or add an action
to an existing schedule which runs at startup, to "Run AppleScript", and
browse to the following script saved in Script Editor to the Entourage
Script Menu Items folder:
tell application Microsoft
set displayed feature of main window to folder "INBOX" of IMAP account
"Its Name"
end tell
If its a subfolder, it would look like this:
tell application Microsoft
set displayed feature of main window to folder "Special" of folder
"INBOX" of IMAP account "Its Name"
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.