Skip to content

Instantly share code, notes, and snippets.

@rscarvalho
Created October 21, 2010 16:56
Show Gist options
  • Select an option

  • Save rscarvalho/638857 to your computer and use it in GitHub Desktop.

Select an option

Save rscarvalho/638857 to your computer and use it in GitHub Desktop.
tell application "Mail"
set theMessage to first item of every message in inbox
set theSubject to subject of theMessage
if theSubject contains "Failed" then
say "Chuck Norris is preparing a round house kick!"
else if theSubject contains "Normal" then
say "Chuck Norris can rest now."
end if
say theSubject
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment