git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@9031
7612ce4b-ef26-0410-bec9-
ea0150e637f0
$alt_index_colors =
getPref($data_dir, $username, 'alt_index_colors', SMPREF_ON );
+$fancy_index_highlite =
+ getPref($data_dir, $username, 'fancy_index_highlite', SMPREF_OFF );
+
/* Folder List Display Format */
$location_of_bar =
getPref($data_dir, $username, 'location_of_bar', SMPREF_LOC_LEFT);
'refresh' => SMOPT_REFRESH_NONE
);
+ $optvals[SMOPT_GRP_MAILBOX][] = array(
+ 'name' => 'fancy_index_highlite',
+ 'caption' => _("Enable Fancy Row Mouseover Highlighting"),
+ 'type' => SMOPT_TYPE_BOOLEAN,
+ 'refresh' => SMOPT_REFRESH_NONE
+ );
+
if ($use_icons) {
global $icon_themes, $icon_theme;
$temp = array();
}
-?>
\ No newline at end of file
+?>