From a871010c252acd773326da72aa9a694d11c429c9 Mon Sep 17 00:00:00 2001 From: lkehresman Date: Sun, 30 Apr 2000 20:27:19 +0000 Subject: [PATCH] added blue theme git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@484 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- ChangeLog | 4 ++++ config/config_default.php | 3 +++ config/plain_blue_theme.php | 19 +++++++++++++++++++ 3 files changed, 26 insertions(+) create mode 100755 config/plain_blue_theme.php diff --git a/ChangeLog b/ChangeLog index 1ef217a8..e3de956e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ Version 0.4pre2 -- DEVELOPMENT ------------------------------ +- Made folder listing look first at subscribed folders, making it + faster, even if you don't have $folder_prefix set. +- Fixed some bugs with default sent and trash folders +- Fixed some bugs with folder manipulating Version 0.4pre1 -- April 29, 2000 diff --git a/config/config_default.php b/config/config_default.php index 4f8fd876..9679ddb7 100644 --- a/config/config_default.php +++ b/config/config_default.php @@ -197,6 +197,9 @@ $theme[7]["PATH"] = "../config/seaspray_theme.php"; $theme[7]["NAME"] = "Sea Spray"; + $theme[8]["PATH"] = "../config/plain_blue_theme.php"; + $theme[8]["NAME"] = "Plain Blue"; + // LDAP server(s) // diff --git a/config/plain_blue_theme.php b/config/plain_blue_theme.php new file mode 100755 index 00000000..4d65eaf4 --- /dev/null +++ b/config/plain_blue_theme.php @@ -0,0 +1,19 @@ + -- 2.25.1