Skip to content

Instantly share code, notes, and snippets.

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 CraigWilliams/2423222 to your computer and use it in GitHub Desktop.
Save CraigWilliams/2423222 to your computer and use it in GitHub Desktop.
Bounce Selected Mail Messages
tell application "Mail"
tell item 1 of message viewers
set selectedMessages to selected messages
repeat with aMessage in selectedMessages
bounce aMessage
delete aMessage
end repeat
end tell
delete every message in trash mailbox
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment