Here's the code from the USERCP_SHELL template:
HTML Code:
<tr><td class="$navclass[pm_newpm]" nowrap="nowrap"><a class="smallfont" href="private.php?$session[sessionurl]do=newpm">$vbphrase[send_new_message]</a></td></tr>
To add it to the end of your Quick Links, find this in your navbar:
HTML Code:
<if condition="$show['wollink']"><tr><td class="vbmenu_option"><a href="online.php$session[sessionurl_q]">$vbphrase[whos_online]</a></td></tr></if>
And add this under it:
HTML Code:
<tr><td class="vbmenu_option"><a href="private.php?$session[sessionurl]do=newpm">$vbphrase[send_new_message]</a></td></tr>
That should work (although I haven't tried it).