Another OS X release, another broken GrowlMail bundle. I did a post just like this for 10.6.2. Check it out if you want more background on why this occurs.
Easy Fix
Download a pre-patched GrowlMail.bundle and drop it in your ~/Library/Mail/Bundles/ directory1. If you want it available to multiple users on your system, use /Library/Mail/Bundles/.
If you use this method you’re all set; no need to use the command line solution below.
Add New UUIDs to SupportedPluginCompatibilityUUIDs
If you have already had your plugins disabled by opening Mail.app you’ll need to look in ~/Library/Mail (or /Library/Mail if you installed globally) and move the files back to the active bundles directory. They’ll typically be in Bundles (Disabled), so quit Mail, find them, and move them back into the proper directory.
If you have a local installation:
defaults write ~/Library/Mail/Bundles/GrowlMail.mailbundle/Contents/Info SupportedPluginCompatibilityUUIDs -array-add "E71BD599-351A-42C5-9B63-EA5C47F7CE8E" defaults write ~/Library/Mail/Bundles/GrowlMail.mailbundle/Contents/Info SupportedPluginCompatibilityUUIDs -array-add "B842F7D0-4D81-4DDF-A672-129CA5B32D57"
Global installation:
defaults write /Library/Mail/Bundles/GrowlMail.mailbundle/Contents/Info SupportedPluginCompatibilityUUIDs -array-add "E71BD599-351A-42C5-9B63-EA5C47F7CE8E" defaults write /Library/Mail/Bundles/GrowlMail.mailbundle/Contents/Info SupportedPluginCompatibilityUUIDs -array-add "B842F7D0-4D81-4DDF-A672-129CA5B32D57"
- ~ means your home directory if you’re unfamiliar with the syntax. You can click the home icon on your Finder sidebar if you’re still confused ↩
Awesome. Thanks!
Great work, thanks
Thanks for the tip. Where did you derive the UUID values
Worked great thanks
Worked great! Thanks so much. I was really missing GrownMail.
Thanks…. again!
Thanks! I love GrowlMail and was really happy to see this. A quick, easy solution and Growl is up and running again.
Thanks, you get so used to these little utils that make life so much easier. Where did you derive the UUID’s as it would be nice to fix this straight away the next time Apple make changes.
Again a big thanks Martin
Hi
I have moved the patched bundle to the correct directory but where do I start or configure Growl? Everytime I try to install it Mail.app moves it to the disable folder – even if the patched bundle is in the Bundles folder…
I can’t get this to work and I know it’s me
Tried all of the above, still no growlmail.
Tried all of above – still not working
Excellent!
Finally got it to work after uninstalling Growl completely, then reinstalling, then going through the process above. Thanks!
great work. super easy and I needed growlmail back.
Bon travail. Merci. Thanks.
10x so much
After dropping the bundle in the directory, Mail quit as soon as it tried to use Growl. Removing the bundle from the directory allowed Mail to work again. Weird.
Thanks for making this available.
Two items:
1. I don’t seem to have a /Library/Mail …is that a problem?
2. Does the entire downloaded folder go into ~/Library/Mail/Bundles/?
or???