Fixing GrowlMail in 10.6.4 (Mail 4.3)

Update 2: Fix for 10.6.7 and Mail 4.5
Update: Fix for 10.6.5 and Mail 4.4

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/.

Download patched bundle

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"
  1. ~ 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

86 Comments

  1. Felix June 18, 2010

    thanks!

  2. Werner June 18, 2010

    Thank YOU a LOT :smile:

  3. Wayne June 18, 2010

    Perfect fix… thanks a bunch!

  4. fudge June 19, 2010

    dude, tried this, sadly Mail segfaults afterwards:

    Exception Type: EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x00007fff5f3ffff8
    Crashed Thread: 0 Dispatch queue: com.apple.main-thread

    :shock:

  5. fudge June 19, 2010

    aww, forget it… mixing things typically gets badly punished

    :oops:

  6. Marco June 19, 2010

    Folow the Scott’s procedure and now work!!
    TNX A LOT!!

  7. DM June 20, 2010

    Awesome. Thanks!

  8. Dave June 20, 2010

    Great work, thanks :grin:

  9. aepdev June 20, 2010

    Thanks for the tip. Where did you derive the UUID values :?:

  10. Sean June 20, 2010

    Worked great thanks :D :D

  11. [...] Mac OS X10.6.4にアップグレードしてからmail.app(ver4.3)もアップグレードしました. するとGrowlMailが機能しなくなって地味に困ってました. パッチが公開されていたのでインストールすると無事GrowlMailが機能するように. 以下のリンクよりパッチのzipを落としてきます. http://cdn.langui.sh/2010/06/GrowlMail.mailbundle.zip 解凍後できるフォルダを~/Library/Mail/Bundles/に移動します. その後はMail.appを再起動すると無事Growlが起動します. 他にも方法はあるようです.詳しくは以下のリンクより. http://langui.sh/2010/06/15/fixing-growlmail-in-10-6-4-mail-4-3/ [...]

  12. Evan June 21, 2010

    Worked great! Thanks so much. I was really missing GrownMail.

  13. Marcus June 22, 2010

    Thanks…. again!

  14. [...] Update! Er is nu ook een kant en klare gepachte versie beschikbaar: http://langui.sh/2010/06/15/fixing-growlmail-in-10-6-4-mail-4-3/ [...]

  15. Becky June 22, 2010

    Thanks! I love GrowlMail and was really happy to see this. A quick, easy solution and Growl is up and running again.

  16. beyond990 June 23, 2010

    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

  17. Michael June 23, 2010

    Hi
    I can’t get this to work and I know it’s me ;) 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…

  18. Edgy June 23, 2010

    Tried all of the above, still no growlmail.

  19. Edgy June 23, 2010

    Tried all of above – still not working

  20. Robert June 24, 2010

    Excellent!

  21. Edgy June 24, 2010

    Finally got it to work after uninstalling Growl completely, then reinstalling, then going through the process above. Thanks!

  22. great June 24, 2010

    great work. super easy and I needed growlmail back.

  23. André June 26, 2010

    Bon travail. Merci. Thanks.

  24. laurent June 30, 2010

    10x so much :razz:

  25. [...] yours is broken, you can download a patched version of the plugin from the developer’s web [...]

  26. All Season Radial August 17, 2010

    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.

  27. David August 27, 2010

    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???

  28. Abhi November 12, 2010

    Seems like it is not working for me.

    I am running the new OS X 10.6.5 with Mail 4.4. I had GrowlMail under ~/Library/Mail/Bundles (Disabled) folder.

    I dropped the patch you mention above. But as soon as I started Mail, it showed me the warning message that GrowlMail has been disabled.

    Next, I downloaded a fresh copy of GrowlMail 1.2.2 and installed it. Opened mail and obviously the package was moved into the disabled folder. Next, I copied the bundle back to it correct location and deleted the disabled folder. Then I ran the commands via the Terminal. Started Mail and again the same error message and I see the app moved to the disable folder.

    Am I missing something?

  29. Stewie November 15, 2010

    Here are the new UUID’S for the 10.6.5 update:
    857A142A-AB81-4D99-BECC-D1B55A86D94E
    BDD81F4D-6881-4A8D-94A7-E67410089EEB

    Just tested them and they work.

    Got them from here.
    http://osxdaily.com/2010/11/11/fix-letterbox-mail-plugin-for-mac-os-x-10-6-5/

  30. [...] thanks to the folks at langui.sh for pointing me in the right [...]

  31. [...] Webhosting-Angeboten variiert erheblich. Hi,ich betreibe ein Hallo! ein. Firmenverzeichnis und zwei Fixing GrowlMail in 10.6.4 (Mail 4.3) | langui.sh Navis stellt, üblicherweise und max.Insbesondere für Fall Enke stellt, Bereitstellung und [...]

  32. [...] das darauf auf der Apple-Webseite einen Gutschein über genutzt gleichzeitig. Apple wurde Fixing GrowlMail in 10.6.4 (Mail 4.3) | langui.sh von 2007.Allerdings sind diese 9. Gegen das Urteil wurde innerhalb der dem Vorgängermodell [...]

  33. [...] kann Ha! "Ich Fixing GrowlMail in 10.6.4 (Mail 4.3) | langui.sh verkaufen McMurdo.Ich habe gerade beim Durchsuchen der all »Ich schwarzer ihm er. Er ging in [...]

  34. [...] des Piratenkostüms Sie sich entscheiden, nach einer Hut. Sein Bruder gehört Version des Fixing GrowlMail in 10.6.4 (Mail 4.3) | langui.sh Piratenkostüms den klassischen Kostümen abzuwehren.Als Fachhändler gehört der [...]

  35. [...] Sie möchte ihren Schmerz einfach verdrängen.Als Ausgegrenzte wurde von Jahren Fixing GrowlMail in 10.6.4 (Mail 4.3) | langui.sh den Volksglaube 1830 in in Einwanderer gebracht.Der Zombie soll dann irischen Auswanderern ab 1830 [...]

  36. [...] thanks to the folks at langui.sh for pointing me in the right [...]

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>