From f612a235519e713ad10ad9fc1634648314b2349c Mon Sep 17 00:00:00 2001 From: stekkel Date: Thu, 17 Oct 2002 19:14:50 +0000 Subject: [PATCH] Added option to disable cumalative unseen count because status request are slow. This will improve the speed of the mailbox generation proces git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3895 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- include/options/folder.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/include/options/folder.php b/include/options/folder.php index 6ce8410d..2098bc34 100644 --- a/include/options/folder.php +++ b/include/options/folder.php @@ -164,6 +164,14 @@ function load_optpage_data_folder() { 'refresh' => SMOPT_REFRESH_FOLDERLIST ); + $optvals[SMOPT_GRP_FOLDERLIST][] = array( + 'name' => 'unseen_cum', + 'caption' => _("Enable Cumulative Unread Message Notification"), + 'type' => SMOPT_TYPE_BOOLEAN, + 'refresh' => SMOPT_REFRESH_FOLDERLIST + ); + + $optvals[SMOPT_GRP_FOLDERLIST][] = array( 'name' => 'date_format', 'caption' => _("Show Clock on Folders Panel"), -- 2.25.1