How to Copy Only the Email Address from Apple Mail

Posted by:  On Thursday, May 3rd, 2012 - Blog

By Richard Mallion

I quite often need to copy and paste someones email address from an email inside Apple Mail. If you do this  by right-clicking on someones email address like richardm@amsys.co.uk and copy it, then paste it into another application it will show up as “Richard Mallion <richardm@amsys.co.uk “, which can be fairly annoying if you just want the email address.

Help is at hand with the terminal. You can change this behaviour so only the email address is copied.

To do this, launch Terminal and paste this line into the command line:

defaults write com.apple.mail AddressesIncludeNameOnPasteboard -bool false

Then relaunch Mail app for changes to take effect.

 


Share this post online:

Get our blog's OS X & iOS tips in your inbox:
  • This field is for validation purposes and should be left unchanged.

6 Responses to “How to Copy Only the Email Address from Apple Mail”

  1. aRt says:

    Thank youuuuu!
    Holy Cow, that was driving me crazy.

  2. Bob Barker says:

    Oh Lord, THANK YOU!

  3. Denis says:

    Thank you!

    D.

  4. Ian says:

    Excellent tip! This had been frustrating me for a long time. Thanks!

  5. Gary says:

    You need to hit return after pasting the line in Terminal.

Leave a Reply