Oh, I nearly forgot:
I added a "Send a PM" botton to the messages screen(where it should have allways been one IMO)
In viewmessages.tmpl
Search for
<td class="navigation" nowrap="nowrap">
<!-- prevoption is either previous.gif or greyprevious.gif -->
Insert BEFORE:
<td class="navigation" nowrap="nowrap">
<a href="{$config['phpurl']}/sendprivate.php?Cat=0">Send a PM</a>
</td>
There are 2 of those strings, so you will have to do this twice in this file.