Is there a backdoor (pref file) that will allow me to check for new emails every 10 minutes? Mail jumps from 5 to 15 minutes. Our company rules do not allow this setting to be less then 10 minutes.
System spec.
OS X 10.3.9
Mail 1.3.11 (V622/624)
Thank you
Hi Kurt
You could use an Applescript with CronniX - 3.0.2;
http://www.versiontracker.com/dyn/moreinfo/macosx/9478
tell application "Mail"
check for new mail
end tell
bobw
http://www.macosx.com