Re: Can I modify the date headers in received messages?
From: Shawn (protohominid_at_yahoo.com)
Date: 04/14/04
- Next message: Chris Heywood: "Can't import old messages"
- Previous message: Steve Friedberg: "Re: Entourage Sync with MS Office 2004"
- In reply to: Dave Cortright: "Re: Can I modify the date headers in received messages?"
- Next in thread: Paul Berkowitz: "Re: Can I modify the date headers in received messages?"
- Reply: Paul Berkowitz: "Re: Can I modify the date headers in received messages?"
- Reply: Barry N. Wainwright: "Re: Can I modify the date headers in received messages?"
- Messages sorted by: [ date ] [ thread ]
Date: 13 Apr 2004 20:21:19 -0700
Thanks for your solutions, guys.
Listing messages by date rec'd works only if you don't have stuff you
sent (replies) in the same folder, and want those replies to be listed
in chronological order alongside received messages, since they don't
have a "date received" property.
The script worked great as an application but for some reason I
couldn't get it to work from Entourage's script menu... I Tried saving
it in a couple different formats but no go. No biggie, it did the job.
:)
Thanks again!
Dave Cortright <dc@dev.null> wrote in message news:<BCA1BA97.C920%dc@dev.null>...
> On 4/13/04 2:29 PM, in article
> 5d906471.0404131329.448a633a@posting.google.com, "Shawn"
> <protohominid@yahoo.com> wrote:
>
> > I've got a few messages from people whose computer's clock was set
> > wrong (1918!) and want to correct this... Any way to do this? I'm
> > using Entourage X on OS 10.3.
> >
> > Thanks in advance!
>
> You can run this script with messages selected to set the Sent time to be
> the same as the Received time:
>
> tell application "Microsoft Entourage"
> set currentMessages to the current messages
> repeat with theMsg in the currentMessages
> set time sent of theMsg to time received of theMsg
> end repeat
> end tell
- Next message: Chris Heywood: "Can't import old messages"
- Previous message: Steve Friedberg: "Re: Entourage Sync with MS Office 2004"
- In reply to: Dave Cortright: "Re: Can I modify the date headers in received messages?"
- Next in thread: Paul Berkowitz: "Re: Can I modify the date headers in received messages?"
- Reply: Paul Berkowitz: "Re: Can I modify the date headers in received messages?"
- Reply: Barry N. Wainwright: "Re: Can I modify the date headers in received messages?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|