Created
October 20, 2021 10:45
-
-
Save karl-gustav/7ba9e31fe55639f8570bff849f465c2f to your computer and use it in GitHub Desktop.
Script for archiving a message (used in keyboard maestro)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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