Wed, 20 Oct 2004

Simple script to tell the Mail.app to prefer text over HTML

Run the following script when the Mail.app is not running to set the preference to plain text over HTML.

#!/bin/bash
# false is the default for mail.app
#defaults write com.apple.mail PreferPlainText -bool false
set -v
defaults write com.apple.mail PreferPlainText -bool true

[10:13] | [] | # | G