--- /buddypress/bp-themes/bp-default/functions.php (BP 1.2.6)	Thu Oct 21 13:58:22 2010
+++ /buddypress/bp-themes/bp-default/functions.php (working copy)	Fri Nov 26 11:26:50 2010
@@ -356,4 +356,8 @@
 if ( bp_is_active( 'blogs' ) )
 	add_action( 'bp_directory_blogs_actions',  'bp_blogs_visit_blog_button' );
 
+// Sidebar buttons
+if ( bp_is_active( 'messages' ) )
+	add_action( 'bp_after_sidebar_me', 'bp_message_get_notices' );
+
 ?>
--- /buddypress/bp-themes/bp-default/sidebar.php (BP 1.2.6)	Thu Oct 21 13:58:24 2010
+++ /buddypress/bp-themes/bp-default/sidebar.php (working copy)	Fri Nov 26 11:27:07 2010
@@ -22,10 +22,6 @@
 
 		<?php do_action( 'bp_after_sidebar_me' ) ?>
 
-		<?php if ( function_exists( 'bp_message_get_notices' ) ) : ?>
-			<?php bp_message_get_notices(); /* Site wide notices to all users */ ?>
-		<?php endif; ?>
-
 	<?php else : ?>
 
 		<?php do_action( 'bp_before_sidebar_login_form' ) ?>
