From: stekkel Date: Thu, 17 Oct 2002 19:14:50 +0000 (+0000) Subject: Added option to disable cumalative unseen count because status request are X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=f612a235519e713ad10ad9fc1634648314b2349c;p=squirrelmail.git 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 --- 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"),