I hate HTML mail. Apple’s Mail has a preference that allows you to turn on plain text emails for sending but there’s nothing obvious that let’s you specify that you always want to read mail using plain text. There’s a hidden preference that can be set by dropping the following into a shell:
defaults write com.apple.mail PreferPlainText -bool TRUE
You should now get all mail as boring old readable plain text.
Comments
Thank you very much! I must have done this a few years ago, since I wasn’t receiving any HTML emails and a little Googling got me to your site and you helped me!
— Tom on Thursday, December 21, 2006 at 08:30 PM #