If you don't want to see second popup when you have a new message (First popup: Click OK to go to Inbox and Cancel to hide popup), simple to remove this code in includes/page_header.php
second_box=confirm('".$lang['pms_popup_newwindow']."');
if (second_box==true) {
window.open('".$site_sess->url(ROOT_PATH."pms.php")."','pmnew','width=600,height=500,menubar=yes,scrollbars=yes,toolbar=yes,location=yes,directories=yes,resizable=yes,top=50,left=50');
} else {