If you haven't installed the hack, ignore this message -- the installation instructions in the first thread and the downloadable attachment txt file have been modified.
ok, found - and corrected - another bug.
Problem: if you are replying to a PM or forwarding it, the icon in the folder for that PM does not change from a regular "read PM" to a "replied to PM" or a "forwarded PM".
The reason is that if you preview a message, the values for "privatemessageid" and "forward" -- hidden fields in the form -- are not stored.
For this, we have to redclare them in the 'preview' part of the hack.
If you already installed this hack, find in private.php:
And add below or above it:
Code:
$privatemessageid = $prevmessageid;
$forward;