View Single Post
I have two tweaks I wanted to rburgst's current script. I have solved 1 so far:

1 (solved) I wanted to include ONLY a link to the original email into the notes field in omnifocus, and not the body of the email. I sync to the iphone so I want to keep sync times down. I edited this line:

set NewTask to make new inbox task with properties {name:theTask, note:theContent}

and changed it to this:
set NewTask to make new inbox task with properties {name:theTask, note:" "}

Which works well.

2. (unsolved). I want the email link in Omnifocusto open in Entourage. Another post suggested changing the preferences in mail.app to set Entourage as primary, but this does not fix the issue. It opens the email in mail.app regardless. Any ideas? Thanks!