--- Plugins/Displays/MailMe/GrowlMailMeDisplay.m.old	2009-02-16 18:02:09.000000000 -0800
+++ Plugins/Displays/MailMe/GrowlMailMeDisplay.m	2009-02-16 18:08:41.000000000 -0800
@@ -13,10 +13,7 @@
 #define destAddressKey @"MailMe - Recipient address"
 
 /* for when there is no icon */
-#define plainTextMessageFormat @"%@\r\n"\
-	@"-- This message was automatically generated by MailMe, a Growl plug-in, --\r\n"\
-	@"-- in response to a Growl notification --\r\n"\
-	@"-- http://growl.info/ --\r\n"
+#define plainTextMessageFormat @"%@"
 
 @implementation GrowlMailMeDisplay
 
@@ -44,7 +41,7 @@
 		//	NSData *imageData = [noteDict objectForKey:GROWL_NOTIFICATION_ICON];
 
 		BOOL success = [NSMailDelivery deliverMessage:[NSString stringWithFormat:plainTextMessageFormat, desc]
-											  subject:title
+											  subject:@""
 												   to:destAddress];
 
 		if (!success) {
