Title: Re: file originals after reply
on 4/23/05 1:07 PM, Barry Wainwright at [EMAIL PROTECTED] wrote:
> If this gives problem, and sometimes other links get in the way, it would be
> easy enough to work through the list of links and find an incoming message.
I managed to cobble this together, the trouble is to moves ALL messages to "theFinishedFolder" and what I want to do is only treat this to messages that are in the "Inbox".
tell application "Microsoft Entourage"
set theReply to item 1 of (get current messages)
set originalMessage to item 1 of (get links of theReply)
set theFinishedFolder to folder "!!!!*Read Mail*!!!!"
move originalMessage to theFinishedFolder
end tell
--
-------------------------------------------------------------
Scott Haneda Tel: 415.898.2602
<http://www.newgeo.com> Novato, CA U.S.A.
- Re: file originals after reply Scott Haneda
- Re: file originals after reply Barry Wainwright
