Title: Re: Folder List Annoyance
This from Eddie Hargreaves - dated 3/5/02 06.45 am:

> If you're viewing a particular folder when you quit, you'll be viewing it
> immediately after you start up again.

I neglected to put a ‘restore previously viewed folder’ option in my script, but that’s
easily remedied with something like this:

tell application "Microsoft Entourage"
    
set theFolder to displayed feature of window 1
   
set displayed feature of window 1 to folder "Inbox"
    
set displayed feature of window 1 to theFolder
end tell


Mr Tea
--
 "Always remember to warm the pot."

Reply via email to