Here's an addon:
In admincp/user.php
find:
Code:
"user.php?$session[sessionurl]do=remove&userid=$userid"
=> $vbphrase['delete_user'],
and put this underneath that:
Code:
"pm.php?userid=$userid"
=> $vbphrase['view_user_pm'],
and then add a new phrase, 'view_user_pm' that says "View Private Messages".
This will add the VIEW PRIVATE MESSAGES option to the pulldown at the top when viewing a user in the admincp.