Created
August 17, 2022 12:15
-
-
Save logic2design/85174e22bc1f8e6b662159bfbf6193e4 to your computer and use it in GitHub Desktop.
This file contains 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 "Mail" | |
set sel to (item 1 of (selected messages of message viewer 0 as list)) | |
if sel ≠ missing value then set the clipboard to "message://%3C" & message id of sel & "%3E" | |
end tell |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment