(please remember to CC the mailing list) > Thanks I will look some more, but I think > $numMessages gives out the total number of messages but not > the number or unread messages. I am trying to > find out how it finds out the number of unread messages.
you're absolutely correct - i was hasty in my reply. the function is sqimap_status_messages()... sounds like you've already been looking at the code, shouldn't be too much harder to follow up on sqimap_status_messages, right? hint: left_main.php has a function that deals specifically with parsing the results of that function for a folder and its subfolders called create_unseen_string(). - paul ------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 -- squirrelmail-users mailing list List Address: [EMAIL PROTECTED] List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id)95 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
