I am having a very basic problem creating a custom capture script for Apple Mail. It appears that EagleFiler is simply ignoring the custom script all together. I created a very simple script:
I saved this script as com.apple.finder.scpt, then went to the finder, selected a file, and hit F1. The webpage for the NY Times was imported as expected.Code:on capture() return {{|url|:"http://www.nytimes.com/"}} end capture
Then I saved the exact same script as com.apple.mail.scpt, switched to Mail, selected a message and hit F1. This time EagleFiler imported the selected message in MBOX format as it would have if there were no custom script.
What am I not getting?

Reply With Quote
