Great Hack Erwin !
But I must say, I have the same error, that after a reply with the Quick-Box the icon of the original PM is not changed.
(vB Vers. 2.2.6)
J?rg
P.S. I found the error why the icon was not correct (the field "messageread" was not updated correct.
In the template modification of your hack the wrong line is:
Code:
<input type="hidden" name="privatemessageid" value="$privatemessageid">
It must be
Code:
<input type="hidden" name="prevmessageid" value="$privatemessageid">
After that change it works correct.
J?rg