At 1:10 pm -0800 15/1/02, Diane Ross Wrote:
>I've had folders with hundreds of messages and then I get a message sent in
>1955 that is ALL the way at the bottom hiding from me. :-)
I wrote a little script that put these dates as near right as could
be expected:
tell application "Eudora"
set AppleScript's text item delimiters to {";"}
try
set field "Date" of message 0 to last text item of item 1 of (get
field "received" of message 0)
end try
end tell
As you can see, it was written for Eudora, but it should be easy
enough to modify it for Entourage.
--
=Barry Wainwright=
<http://www.barryw.net>
--
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/>