Extras/GrowlMail/GrowlMailNotifier.m
2009-06-06 Make GrowlMail's main suicide-pill method into a public function. The core method lives on, and the function calls it through the shiny new singleton-instance static variable that I added in the previous commit.
2009-06-06 Refactored GrowlMail to have a separate singleton notifier object, in order to make the mail-bundle class less dependent on being a singleton. (Assumptions are bad, especially when you're working with private/undocumented APIs.)