cool idea - I find dropdowns to be annoying also, especially when it is only choosing between 2 options, but why not use the phrases?
Code:
<td>
$vbphrase[jump_to_folder]: <a href="private.php?s=&pp=&folderid=0">$vbphrase[inbox]</a> <a href="private.php?s=&pp=&folderid=-1">$vbphrase[sent_items]</a>
</td>
also - one nice thing about the way it is by default is the fact that it displays the number of itmes in the inbox and sent items in the dropdown - can you add that feature in to your mod?