Re: Rule to execute on close
- From: george spain <spain@xxxxxxxx>
- Date: Wed, 27 Feb 2008 13:38:45 -0500
Excellent! Now is there a way to make the script part of my "favourites"
banner?
On 2/26/08 5:30 PM, in article
0001HW.C3EA436A00CDA9C2B01AD9AF@xxxxxxxxxxxxxxxxxx, "Barry Wainwright"
<barry@xxxxxxxxxxxxxxxx> wrote:
On Tue, 26 Feb 2008 20:20:24 +0000, george spain wrote
(in article <C3E9DEB8.8334%spain@xxxxxxxx>):
Can anyone think of how to word a rule to execute a "move read mail" to a
folder on quitting Entourage?
Thanks
you will have to do this with a schedule that runs an applescript.
a script like this will do it:
tell application "Microsoft Entourage"
set theAccount to default mail account
set theMessages to every message of folder 1 of theAccount whose read status
is read
move theMessages to folder "Read Mail" of theAccount
end tell
Change the name of the destination folder to whatever is convenient to you;
copy those 5 lines into Script Editor; save the script somewhere convenient
and set it as an action to an 'on quit' schedule.
.
- Follow-Ups:
- Re: Rule to execute on close
- From: Diane Ross
- Re: Rule to execute on close
- References:
- Rule to execute on close
- From: george spain
- Re: Rule to execute on close
- From: Barry Wainwright
- Rule to execute on close
- Prev by Date: Quarterly Events Entourage 2004
- Next by Date: Re: Rules
- Previous by thread: Re: Rule to execute on close
- Next by thread: Re: Rule to execute on close
- Index(es):
Relevant Pages
|