Skip to content

Instantly share code, notes, and snippets.

@karl-gustav
Created October 20, 2021 10:45
Show Gist options
  • Save karl-gustav/7ba9e31fe55639f8570bff849f465c2f to your computer and use it in GitHub Desktop.
Save karl-gustav/7ba9e31fe55639f8570bff849f465c2f to your computer and use it in GitHub Desktop.
Script for archiving a message (used in keyboard maestro)
tell application "System Events"
click menu item "Archive" of menu "Message" of menu bar 1 of application process "Mail"
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment