Tuesday, June 26, 2012

Copy only the email address in Apple Mail

Use the following command to only copy the email address from Apple Mail.

defaults write com.apple.mail AddressesIncludeNameOnPasteboard -boolean No

To undo this action, use

defaults write com.apple.mail AddressesIncludeNameOnPasteboard -boolean Yes