Changing "On My Computer" at top of window tothe current identity email address

D

Doc

How do I change it to appear like the main window in Entourage from Office X? With 6 Entourage identities, I don't always know which one is currently open and have to check one of the inbox messages for my email address to keep track!
 
A

Adam Bailey

How do I change it to appear like the main window in Entourage from Office
X? With 6 Entourage identities, I don't always know which one is currently
open and have to check one of the inbox messages for my email address to
keep track!

No, this behavior was changed in 2008. You may want to add the "Account"
column to your inbox (View > Columns) to make this easier.
 
D

Diane Ross

How do I change it to appear like the main window in Entourage from Office X?
With 6 Entourage identities, I don't always know which one is currently open
and have to check one of the inbox messages for my email address to keep
track!

You can create a folder with a symbol like ! And name the folder !Identity
Name, so it sorts to the top of the list.

Also this script will show you the Identity name.

tell application "Microsoft Entourage"
display dialog (name of current identity as text)
end tell

Or you can download the script "List Identity Name in Entourage 2008" from
the downloads page:

Downloads <http://www.entourage.mvps.org/downloads.html>

Place the script in the Entourage Script Menu Items folder.

How to assign a shortcut to a script for easy use.

<http://www.entourage.mvps.org/script/add_shortcuts.html>
 
Top