From: tokul Date: Mon, 20 Feb 2006 17:50:13 +0000 (+0000) Subject: enabled fancy defaults. same as in 1.5.1 X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=91a98838ced7a6a9bd6d513595b234427b29f5c0;hp=8132cfc7a1042f1bd6c119aa4beb20d0e65c483c enabled fancy defaults. same as in 1.5.1 git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10777 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/include/load_prefs.php b/include/load_prefs.php index 6fff5fb2..06848aee 100644 --- a/include/load_prefs.php +++ b/include/load_prefs.php @@ -103,10 +103,10 @@ if (!defined('download_php')) { } // user's icon theme, if using icons -$icon_theme = getPref($data_dir, $username, 'icon_theme', 'none' ); +$icon_theme = getPref($data_dir, $username, 'icon_theme', 'xp' ); // show (or not) flag and unflag buttons on mailbox list screen -$show_flag_buttons = getPref($data_dir, $username, 'show_flag_buttons', SMPREF_OFF ); +$show_flag_buttons = getPref($data_dir, $username, 'show_flag_buttons', SMPREF_ON ); /* Load the user's special folder preferences */ $move_to_sent = @@ -289,7 +289,7 @@ $alt_index_colors = getPref($data_dir, $username, 'alt_index_colors', SMPREF_ON ); $fancy_index_highlite = - getPref($data_dir, $username, 'fancy_index_highlite', SMPREF_OFF ); + getPref($data_dir, $username, 'fancy_index_highlite', SMPREF_ON ); /* Folder List Display Format */ $location_of_bar =