@since: BuddyPress 1.0.0
Description
bp_get_total_unread_messages_count

Filters the unread messages count for the current inbox.

Source: bp-messages/bp-messages-template.php:803

bp_get_message_thread_unread_count

Filters the current thread’s unread count.

Source: bp-messages/bp-messages-template.php:569

bp_message_thread_to

Filters the HTML links to the pages of the current thread’s recipients.

Source: bp-messages/bp-messages-template.php:273

bp_get_message_thread_view_link

Filters the permalink of a particular thread.

Source: bp-messages/bp-messages-template.php:326

bp_get_message_thread_delete_link

Filters the URL for deleting the current thread.

Source: bp-messages/bp-messages-template.php:2094

bp_get_message_thread_from

Filters the link to the page of the current thread’s last author.

Source: bp-messages/bp-messages-template.php:249

bp_has_message_threads()

Retrieve private message threads for display in inbox/sentbox/notices.

Source: bp-messages/bp-messages-template.php:42

bp_get_message_thread_id

Filters the ID of the current thread in the loop.

Source: bp-messages/bp-messages-template.php:137

bp_get_message_thread_excerpt

Filters the excerpt of the current thread in the loop.

Source: bp-messages/bp-messages-template.php:185

messages_notification_new_message()

Email message recipients to alert them of a new unread private message.

Source: bp-messages/bp-messages-functions.php:710