Re: How to use "Check for new mail" feature
Re: How to use "Check for new mail" feature
- Subject: Re: How to use "Check for new mail" feature
- From: Ken Scott <email@hidden>
- Date: Sat, 28 Sep 2002 11:57:18 -0600
On Monday, September 23, 2002, at 02:24 PM, cricket wrote:
If all you want is for Mail to check all accounts at a specific time
interval, you can already do that in Account Preferences, or via
script:
tell application "Mail"
set fetch frequency to 10 -- Mail will check every 10 minutes
end tell
You can set any integer fetch frequency you want, not just the ones
available in the popup in Mail's Account Preferences.
- cricket
I run this exact script (OK, not exact, I set the time to 2 instead of
10) and each time, Mail.app blows up. I am running OS X 10.2.1. I get
the generic "This application has unexpectedly quit. Other programs are
not affected" dialog box, and Mail is gone.
Any ideas?
Ken
--
<>< Ken Scott email@hidden
http://hobbes.optikos.net/~ken
This is the day that the Lord has made;
Let us rejoice and be glad in it -- Psalm
118:24
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.