Skip to content

Instantly share code, notes, and snippets.

@tylerhall
Created April 24, 2019 20:40
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 tylerhall/548d7b6741661e63bcbaf540a9362f4b to your computer and use it in GitHub Desktop.
Save tylerhall/548d7b6741661e63bcbaf540a9362f4b to your computer and use it in GitHub Desktop.
tell application "Mail"
set theSelection to selection
set theMessage to item 1 of theSelection
set theSender to sender of theMessage
make new message viewer
activate
end tell
tell application "System Events"
keystroke "f" using {command down, option down}
keystroke theSender
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment