View Single Post
Quote:
Originally Posted by Lyle View Post
Hmmm, I was just about to request that very feature, because it's apparently not working for my installation. I don't know much about AppleScript, but this might be a good time to learn. Can anyone give a hint as to why it might not be working?
The script doesn't activate OF by default. I probably won't add that to the script since it goes against my personal workflow, which is to empty my mail inbox completely before processing my OF inbox.

But you can do this yourself. Find the two lines in the Add OmniFocus Action like this:
Code:
	tell application "OmniFocus"
		set My_Task to actionPrefix & message_subj
change it to this:

Code:
	tell application "OmniFocus"
		activate
		set My_Task to actionPrefix & message_subj
__________________
Cheers,

Curt