Selaa lähdekoodia

added unseen_cum

stekkel 23 vuotta sitten
vanhempi
commit
b115d528b4
1 muutettua tiedostoa jossa 3 lisäystä ja 0 poistoa
  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);