Music, software, life⦠and stuff.
[ Twitter ] [ GitHub ] [ Linked In ]
Anyone using Mail.app to both work and home combined with MobileMe sync is probably like me and unable to avoid reading work email when at home because you just can’t resist taking a look when you see something new there. A co-worker came up with a good solution to this problem: stop Mail.app from checking for new email in your work account during non work hours.
Here is a simple AppleScript you can use to take an account out of the auto fetch schedule:
tell application "Mail" set include when getting new mail of account "account name" to false end tell
Tags: #software