Feb 26

The two current solutions are to remove ‘GrowlMail.bundle‘ from “~/Library/Mail/Bundles” (or wherever it is installed), or to execute the command:

defaults write com.apple.mail GMSummaryMode -int 2

… to disable the Detailed Summary mode, which misinteracts with the Safari 4 version of WebKit.

One Response to “Safari 4 breaks GrowlMail :(”

  1. Stuart Says:

    Also, to return to a sane set of HIGs, run the following commands:

    defaults write com.apple.Safari DebugSafari4TabBarIsOnTop -bool FALSE
    defaults write com.apple.Safari DebugSafari4IncludeToolbarRedesign -bool FALSE
    defaults write com.apple.Safari DebugSafari4LoadProgressStyle -bool FALSE

    … and then Quit and restart Safari 4 to put tabs back where they should be and restore the blue aqua-style progress bar within the address bar.

    (You’ll probably also then want to “Customize Toolbar…” and add back in the “Stop/Reload” and “Add Bookmark” controls between the Forward/Backward control and the Address Bar)

    Without the latter, there’s no way to gauge the progress of a loading page – something which I, at least, sorely miss.

Leave a Reply