There is a Select None command in the Edit menu, assigned to Cmd-Shift-A. You could activate that with GUI scripting:
tell application "System Events" tell application process "Microsoft Entourage" click menu item "Select None" of menu "Edit" of menu bar item "Edit" of menu bar 1 end tell end tell It will be faster after the first time you run the script, but still a little slow. On Thu, 30 Dec 2004 22:11:31 -0600, Michael J. Kobb <[EMAIL PROTECTED]> wrote: > Yes, I know about this, but it's inconvenient to have to mouse over to the > message. This is why I wanted an all-in-one AppleScript. My script works > perfectly to de-select the message. It just causes the list to scroll to > the top, which it doesn't seem like it should do. > > > > Before you leave the folder, command-click the now-"unread" message. It will > > deselect and remain marked as unread when you return to the folder. > > -- > To never die, and to conquer all. THAT is winning. > -- Illyria, on "Angel" > > > -- > To unsubscribe: > <mailto:[EMAIL PROTECTED]> > archives: > <http://www.mail-archive.com/entourage-talk%40lists.letterrip.com/> > old-archive: > <http://www.mail-archive.com/entourage-talk%40lists.boingo.com/> > > -- To unsubscribe: <mailto:[EMAIL PROTECTED]> archives: <http://www.mail-archive.com/entourage-talk%40lists.letterrip.com/> old-archive: <http://www.mail-archive.com/entourage-talk%40lists.boingo.com/>
