View Single Post
Quote:
Originally Posted by raheel View Post
No, the due soon selection is a drop down box.
I think you should be able to do that by running this script:

Code:
tell application id "com.omnigroup.omnifocus"
	set value of (setting id "DueSoonInterval" of default document) to 0
end tell
(You may need to close and restart OmniFocus afterwards)