Created
February 23, 2013 22:10
-
-
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
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
# 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