Max,

First of all, from the image you sent, you haven't read the thread
carefully. We are talking about the Move <button> that appears in the
toolbar of a <message window> when you have opened a message to view it. See
Shot#1. 

Second, if you are looking at messages in the browser window, you already
know what the folder is. If you are in a custom view, then you can't get the
info without opening the message in its own window, or else running a
script, e.g.

tell application "Microsoft Entourage"
    set theMsg to item 1 of (get current messages)
    set f to the storage of theMsg
    set n to the name of f
    set theFolder to n
    repeat
        try
            set f to the parent of f
        on error
            exit repeat
        end try
        set n to the name of f
        set theFolder to n & "/" & theFolder
    end repeat
end tell
display dialog "Stored in " & theFolder

The simplest solution for browser or custom view windows, however, is to use
the View/Columns menu to make the folder name a displayed column.

On or near 1/16/03 12:55 PM, Max Manshel at [EMAIL PROTECTED]
observed:

> What can I send you to show you they do no show up. Screen shot file, what
> would you like to see?
> On 03/1/16 09:21, "Allen Watson" <[EMAIL PROTECTED]> wrote:
> 
>> It works for me. I have my "Entourage" folder for your message showing at
>> the top, indicating the message is in that folder. Below that is a list of
>> 20 folders, none of which is "Entourage," because I have not moved any
>> messages to that folder manually for months. (I have 95 folders in all.)
>> 
>> I have never seen a single case where, when I click the Move button, it does
>> not display the current folder.

-- 
Microsoft MVP for Entourage/OE/Word (MVPs are volunteers)
Allen Watson <[EMAIL PROTECTED]> Entourage FAQ site:
<http://www.entourage.mvps.org/>
AppleScripts for Outlook Express and Entourage:
 <http:[EMAIL PROTECTED]/Scripts/>
Entourage Help Pages: <http://www.entourage.mvps.org/>



-- 
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/>

Reply via email to