Gossamer Forum
Home : Products : Gossamer Mail : Discussion :

Re: [Stoosh] Clicking "move" goes to next message.

Quote Reply
Re: [Stoosh] Clicking "move" goes to next message. In reply to
This happens only when the folder is in threaded mode. The threaded mode code was missing some code. You can fix it by modifying admin/GMail/Messages/Threads.pm, line ~257, change:
Code:
if ($cgi->{msgtrack_nextid} || $cgi->{msgtrack_previd}) {
to:
Code:
if (($cgi->{msgtrack_nextid} || $cgi->{msgtrack_previd}) and !$cgi->{stay_put}) {

Adrian
Subject Author Views Date
Thread Clicking "move" goes to next message. Stoosh 2164 Jun 14, 2002, 3:30 PM
Thread Re: [Stoosh] Clicking "move" goes to next message.
brewt 2071 Jun 17, 2002, 3:03 PM
Post Re: [brewt] Clicking "move" goes to next message.
Stoosh 2061 Jun 17, 2002, 5:26 PM