Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@stevenhuey
Created April 21, 2014 16:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stevenhuey/11147685 to your computer and use it in GitHub Desktop.
Save stevenhuey/11147685 to your computer and use it in GitHub Desktop.
on alfred_script(q)
tell application "Mail"
activate
-- Accounts
set AnL to account "A&L"
set GMail to account "GMail"
set FastMail to account "FastMail"
-- Personal Email
set enabled of AnL to false
set enabled of GMail to true
set enabled of FastMail to true
end tell
end alfred_script
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment