stekkel 23 éve
szülő
commit
b115d528b4
1 módosított fájl, 3 hozzáadás és 0 törlés
  1. 3 0
      include/load_prefs.php

+ 3 - 0
include/load_prefs.php

@@ -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);