From 3c7b47675d2f7efbf5ef0429b9c575a23256c068 Mon Sep 17 00:00:00 2001 From: thomasb Date: Fri, 4 Apr 2008 16:29:33 +0000 Subject: Remove unnecessary code; unread counts are added client side git-svn-id: https://svn.roundcube.net/trunk@1251 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/include/main.inc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/roundcubemail/program/include/main.inc b/roundcubemail/program/include/main.inc index 459648668..1d35682ce 100644 --- a/roundcubemail/program/include/main.inc +++ b/roundcubemail/program/include/main.inc @@ -1800,10 +1800,6 @@ function rcmail_render_folder_tree_html(&$arrFolders, &$mbox_name, $maxlength, $ } } - // add unread message count display - if ($unread_count = $IMAP->messagecount($folder['id'], 'RECENT', ($folder['id']==$mbox_name))) - $foldername .= sprintf(' (%d)', $unread_count); - // make folder name safe for ids and class names $folder_id = preg_replace('/[^A-Za-z0-9\-_]/', '', $folder['id']); $class_name = preg_replace('/[^a-z0-9\-_]/', '', $folder_class ? $folder_class : strtolower($folder['id'])); -- cgit v1.2.3