--- bitlbee-1.0.3/protocols/yahoo/yahoo.bak	2006-11-28 21:30:34.000000000 -0800
+++ bitlbee-1.0.3/protocols/yahoo/yahoo.c	2006-11-28 21:31:20.000000000 -0800
@@ -927,10 +927,10 @@
 {
 	struct gaim_connection *gc = byahoo_get_gc_by_id( id );
 	
-	if( from && subj )
+	/*if( from && subj )
 		serv_got_crap( gc, "Received e-mail message from %s with subject `%s'", from, subj );
 	else if( cnt > 0 )
-		serv_got_crap( gc, "Received %d new e-mails", cnt );
+		serv_got_crap( gc, "Received %d new e-mails", cnt );*/
 }
 
 void ext_yahoo_webcam_invite_reply( int id, char *from, int accept )

