I commented out these lines in postlist.inc.php (lines 907 -> 910).

Code
///             $postrow[$z]['goto'] = "#Post{$Post_ID}";
///             if ($newthread) {
///                     $postrow[$z]['goto'] = "{$var_sep}gonew{$var_eq}1#UNREAD";
///             }

Seems to work...and I hope it doesn't break anything.