From 1f16606e5d9bf427b3fa1857057886739f55f731 Mon Sep 17 00:00:00 2001 From: stekkel Date: Thu, 17 Oct 2002 19:15:38 +0000 Subject: [PATCH] added unseen_cum git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3896 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- include/load_prefs.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/load_prefs.php b/include/load_prefs.php index 7e097a3a..e9c7e647 100644 --- a/include/load_prefs.php +++ b/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); -- 2.25.1