On 8/31/07 3:15 PM, "Roger S. Cohen" <[EMAIL PROTECTED]> wrote:
> (MSFC-NAS598144)[LMC] <[EMAIL PROTECTED]> wrote on 8/31/07 3:57 PM:
>
> Remo Del Bello:
>>> Look at the menu provided by the "Move" toolbar button. The first item in
>>> that list is the parent folder of the message.
>
> Schultz, Kurt D.:
>
>> That doesn't work on mine. Maybe my prefs are different.
>>
>> On mine, and everyone I have checked, the menu "Move" is dynamic and will
>> display a the recently used locations.
>
>
> Remo's suggestion is a good one, and it works for me.
>
> Kurt's rejoinder is also correct, but in different circumstances.
>
> If you click on a not-open message, in any folder location, the top item on
> the Move list is that dynamic list of recently used locations. No help
> there to know the location of your message.
Although, if you opened it from the folder in which it resides, the top
folder in the list will happen to be the folder in which the message is
located, which confused me while I was testing this.
> However, if you drill down into any folder, and open any message, then click
> and hold on "Move" (not Options -> Move to),
>
> ...indeed the top item on the list is the folder in which that message was
> already located.
>
> This is very helpful when I open a message from Spotlight in the Finder.
> Spotlight finds the message, and opens it, but I have no idea where it is
> located. Now I know that if I click on the message's Move icon, the top
> item is the current location.
To determine the location & path of a message, you can also use Barry
Wainwright's "Show Message Location" script:
(*
Barry Wainwright
Entourage-Talk List
Message-ID: <[EMAIL PROTECTED]>
Date: Wed, 04 Oct 2006 07:04:52 +0100
*)
tell application "Microsoft Entourage"
set theMessage to item 1 of (get current messages)
set theItem to storage of theMessage
set containerPath to {subject of theMessage, name of theItem}
repeat
try
set theItem to parent of theItem
copy name of theItem to end of containerPath
on error
exit repeat
end try
end repeat
set AppleScript's text item delimiters to {"/"}
set pathList to (reverse of containerPath) as text
display dialog "Path to selected message is:" & return & pathList
buttons {"OK"} default button 1
end tell
Install the script by pasting the above script into a new script in Script
Editor (/Applications/Script Editor/). Then, save it as "Show Message
Location " into ~/Documents/Microsoft User Data/Entourage Script Menu
Items/. Then, if you find a message that resides in the folder, you can
click the script menu next to the "Help" menu and select "Show Message
Location" to show the path to the message.
--
Mickey Stevens (Microsoft MVP for Office:mac)
Office & Mac Resources: <http://home.earthlink.net/~mickey.stevens/>