added unseen_cum
[squirrelmail.git] / 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);