Fixing Mail.app Snow Leopard Annoyance

 

In the olden days, right clicking on the sender of an email produced a contextual menu with the option to “Copy Address”. And that’s what it did. Then you could paste happily it an email or whatever else you were working on.

Not anymore.

Now, in Snow Leopard’s Mail, when you do the same thing, it copies the person’s name as well and encloses the email address in angle brackets. Annoying.

There’s a simple fix however. Just close Mail and open Terminal in /Applications/Utilities, then type in the following line in Terminal. Reopen Mail and you’re good to go!

1
defaults write com.apple.mail AddressesIncludeNameOnPasteboard -bool NO

You can read more from Hawk Wings.

Comments (2) Leave a Comment
  1. paul November 4th, 2009 at 13:23 | #1

    Excellent, thanks for the tip. I didn’t like that new behavior.

  2. Matt November 10th, 2009 at 09:08 | #2

    @paul Definitely strange behavior to introduce in Snow Leopard.

Allowed tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="" highlight="">
  1. No trackbacks yet.