Skip to content

Instantly share code, notes, and snippets.

@zachharkey
Created February 23, 2013 22:10
Show Gist options
  • Save zachharkey/5021580 to your computer and use it in GitHub Desktop.
Save zachharkey/5021580 to your computer and use it in GitHub Desktop.
Set OS X defaults to prevent Full Names from copying with email addresses in OS X Mail
# Copy email addresses as `[email protected]` instead of `Foo Bar <[email protected]>` in Mail.app
defaults write com.apple.mail AddressesIncludeNameOnPasteboard -bool false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment