浏览代码

added unseen_cum

stekkel 23 年之前
父节点
当前提交
b115d528b4
共有 1 个文件被更改,包括 3 次插入0 次删除
  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);