Requirements
------------
Growl installed
GrowlAppBridge installed

Building GrowlMail
------------------
1. Open GrowlMail.xcode
2. Select the Deployment build style.
3. Build.

 The finished product will be called GrowlMail.mailbundle and will be in your build directory.

Installing GrowlMail
--------------------
1. Quit Apple Mail
2. Move the GrowlMail.mailbundle package into either ~/Library/Mail/Bundles/ or /Library/Mail/Bundles/.
3. If you are using Mail 2.0.1 which comes with Mac OS X 10.4.1,
run these two commands in a terminal:

	defaults write com.apple.mail EnableBundles 1
	defaults write com.apple.mail BundleCompatibilityVersion 2

for older versions of Mail, run these two commands:

	defaults write com.apple.mail EnableBundles 1
	defaults write com.apple.mail BundleCompatibilityVersion 1
