I am also work on this funktion
just deactive my plugin add this CODE in funktion.php and active plugin
add_action( 'load-edit-comments.php', 'wpprivacy_commenter_email' );
function wpprivacy_commenter_email()
{
if ( ! current_user_can( 'manage_options' ) )
add_filter( 'comment_email', '__return_false' );
}