View Single Post
Quote:
Originally Posted by GrumpyDave View Post
Thanks for the feedback. I'm wondering what the issue with the folder action is. I do know that without the throttle hack it does the same for me, works once then doesn't for a while and then works again. What version of OSX are you running?

If you'll share what changes were necessary to make it work with Hazel I might be able to add support for that in the next release. I do have a couple updates planned for the folder action script.
Hi GrumpyDave,

I'm using Mac OSX 10.6.6.

Here is what I did to make it compatible with Hazel

* renamed occurrences of _file to theFile
* where the script says "on adding folder items to this_folder after receiving added_items" I replaced it with "on hazelProcessFile(theFile)"
* commented out the "repeat with _file in added_items" loop