Skip to main content
Home
badllama.com
  • Search
  • Log In

Applescript - sync account

bryanlharris's picture

Wed, 02/05/2014 - 21:35 by bryanlharris

Save to ~/Library/Scripts

if application "Mail" is running then
	tell application "Mail"
		synchronize with account "Exchange"
	end tell
end if
* * * * * /usr/bin/osascript '/Users/bharris/Library/Scripts/Sync "Exchange" Mail account.scpt'
Tags: 
applescript
Powered by Backdrop CMS