Morten Nilsen wrote:
> see http://home.4th-age.com/squirrelbug.jpg
> 
> the two folders 2002 and 2003 belong to "evolution" this is confirmed by
> mousing over and reading the link in the statusbar
> 
> Bug is at least present in 1.4.1 and 1.4.3a (tried upgrading before
> reporting)
> 
> Cheers,

I have found the bug to be caused by how squirrelmail sorts the folder list.

changing the function user_strcasecmp will fix the issue;

function user_strcasecmp($a, $b) {
  return strnatcasecmp(str_replace("-","",$a),str_replace("-","",$b));
}

-- 
Morten


-------------------------------------------------------
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Reply via email to