Title: Re: Folder List Annoyance
On 5/3/02 12:51 AM, "Mr Tea" <[EMAIL PROTECTED]> wrote:

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

I guess I missed something earlier, Mr. Tea. What does this accomplish? It will take about 1 second to flip to the Inbox and come right back to where you were, without giving you a chance to do anything enroute. Does this somehow restore your Folder List alignment or something?

BTW, to make the script useful for non-English-language-system users, you'd be better making the middle line:

    
set displayed feature of window 1 to in box folder

--
Paul Berkowitz

Reply via email to