# HG changeset patch # User Michael Schloh von Bennewitz # Date 1240056947 -7200 # Node ID f38ce52e77c3e6691a4d7383a0129fee3f4bfdb9 # Parent 79e49c6c1eb1bb438ad8fd12b4cd2008b0b9fbe7 Rewrite plugin inclusion list and ordering. Plugin abook_take was integrated into the core and is not available. Add new built in plugins such as bug_report, fortune, and squrrel_logger. Replace SimplePurple with SpiceLice, as a purple theme already exists. diff -r 79e49c6c1eb1 -r f38ce52e77c3 squirrelmail/config.php --- a/squirrelmail/config.php Fri Apr 17 23:41:36 2009 +0200 +++ b/squirrelmail/config.php Sat Apr 18 14:15:47 2009 +0200 @@ -72,21 +72,23 @@ $allow_charset_search = true; $uid_support = true; -$plugins[0] = 'abook_take'; -$plugins[1] = 'administrator'; -$plugins[2] = 'calendar'; -$plugins[3] = 'compatibility'; -$plugins[4] = 'delete_move_next'; -$plugins[5] = 'filters'; -$plugins[6] = 'info'; -$plugins[7] = 'listcommands'; -$plugins[8] = 'mail_fetch'; -$plugins[9] = 'message_details'; -$plugins[10] = 'newmail'; -$plugins[11] = 'spamcop'; -$plugins[12] = 'squirrelspell'; -$plugins[13] = 'squirrel_logger'; -$plugins[14] = 'translate'; +$plugins[0] = 'administrator'; +$plugins[1] = 'bug_report'; +$plugins[2] = 'calendar'; +$plugins[3] = 'compatibility'; +$plugins[4] = 'delete_move_next'; +$plugins[5] = 'filters'; +$plugins[6] = 'fortune'; +$plugins[7] = 'info'; +$plugins[8] = 'listcommands'; +$plugins[9] = 'mail_fetch'; +$plugins[10] = 'message_details'; +$plugins[11] = 'newmail'; +$plugins[12] = 'sent_subfolders'; +$plugins[13] = 'spamcop'; +$plugins[14] = 'squirrel_logger'; +$plugins[15] = 'squirrelspell'; +$plugins[16] = 'translate'; /* NOP, for patch line placeholder (avoids fuzz) */ $theme_css = ''; @@ -119,8 +121,8 @@ $theme[12]['NAME'] = 'SilverSteel'; $theme[13]['PATH'] = '@l_prefix@/share/squirrelmail/themes/simple_green_theme.php'; $theme[13]['NAME'] = 'SimpleGreen'; -$theme[14]['PATH'] = '@l_prefix@/share/squirrelmail/themes/simple_purple.php'; -$theme[14]['NAME'] = 'SimplePurple'; +$theme[14]['PATH'] = '@l_prefix@/share/squirrelmail/themes/spice_of_life.php'; +$theme[14]['NAME'] = 'SpiceLife'; $theme[15]['PATH'] = '@l_prefix@/share/squirrelmail/themes/wood_theme.php'; $theme[15]['NAME'] = 'Wood';