Finally, a fix for delete_move_next with thread sort. I _think_ this should do the...
authortassium <tassium@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 4 Sep 2003 19:02:39 +0000 (19:02 +0000)
committertassium <tassium@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 4 Sep 2003 19:02:39 +0000 (19:02 +0000)
commit97892060aa6334e15afb0bda92f5b2a45a4a1c64
tree8e9e16aeaf1caf60144aa3b0164565543177966f
parent745fca27146db83401907f7823fd3e56895fc381
Finally, a fix for delete_move_next with thread sort. I _think_ this should do the trick.

$thread_sort_messages was being checked, but it was always unset since it is declared in mailbox_display.php.  Once you're in the message view, that's gone.  So grab the value of thread_sort_messages from prefs, defaulting to 0 (no) if there's no pref set.

PLEASE TEST THIS - It "works for me", but that's always the case, isn't it?

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5622 7612ce4b-ef26-0410-bec9-ea0150e637f0
plugins/delete_move_next/setup.php