Added option to disable cumalative unseen count because status request are
authorstekkel <stekkel@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 17 Oct 2002 19:14:50 +0000 (19:14 +0000)
committerstekkel <stekkel@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 17 Oct 2002 19:14:50 +0000 (19:14 +0000)
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

index 6ce8410dcf28790044db878a19aa390fe70bd323..2098bc341bee8c169a54a2df8b1edb051e6e0ff7 100644 (file)
@@ -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"),