up vote 0 down vote favorite
1
share [g+] share [fb]

In Apple's Mail application, one can specify that an AppleScript script be run when a rule matches a message. However, when I write a script to take advantage of this ability, the script is passed the message previous to the new one in the list (or maybe the currently selected message - not sure). Searching around, I see other folks experiencing the same issue, such as here:

http://www.cupcakewithsprinkles.com/growl-notifications-for-apple-mail-on-mac-os-x-snow-leopard-10-6/

I'll file this as a bug with Apple, but in the mean time, does anyone have a workaround?

If you'd like to see this problem for yourself, just set up the sample script bundled with Snow Leopard. You'll find it at /Library/Scripts/Mail Scripts/Rule Actions/Sample Rule Action Script.scpt.

link|improve this question

78% accept rate
feedback

1 Answer

I have the same issue. I noticed that it only occurs on my MS Exchange account. Other accounts work fine. I gave up and put together a nasty kludge...

I created a rule where the email gets flagged and moved to a special mail folder. Then, I have an Automater Workflow triggered from iCal that finds the flagged emails and passes them to my Applescript.

I'd love to hear about any less kludgy solutions.

Mike

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.