May 132008
Some of us prefer our mail clients to display mails in plain text. Here’s how to set it. Edit com.apple.mail.plist in ~/Library -> Preferences and add the following lines into the first dictionary:
<key>PreferPlainText</key>
<true/>
You can also do it via the terminal:
defaults write com.apple.mail PreferPlainText -bool TRUE

