added unseen_cum
authorstekkel <stekkel@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 17 Oct 2002 19:15:38 +0000 (19:15 +0000)
committerstekkel <stekkel@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 17 Oct 2002 19:15:38 +0000 (19:15 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3896 7612ce4b-ef26-0410-bec9-ea0150e637f0

include/load_prefs.php

index 7e097a3a0e0277153906d9c63d734706f887bdae..e9c7e647503faffd3834cdc36dcb00f2c07e4eda 100644 (file)
@@ -93,6 +93,9 @@ $unseen_type =
 $unseen_notify =
     getPref($data_dir, $username, 'unseen_notify', $default_unseen_notify);
 
+$unseen_cum =
+    getPref($data_dir, $username, 'unseen_cum', false);
+
 $folder_prefix =
     getPref($data_dir, $username, 'folder_prefix', $default_folder_prefix);