Rewrite plugin inclusion list and ordering.

Sat, 18 Apr 2009 14:15:47 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Sat, 18 Apr 2009 14:15:47 +0200
changeset 162
f38ce52e77c3
parent 161
79e49c6c1eb1
child 163
53d3d1f9b895

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.

squirrelmail/config.php file | annotate | diff | comparison | revisions
     1.1 --- a/squirrelmail/config.php	Fri Apr 17 23:41:36 2009 +0200
     1.2 +++ b/squirrelmail/config.php	Sat Apr 18 14:15:47 2009 +0200
     1.3 @@ -72,21 +72,23 @@
     1.4  $allow_charset_search     = true;
     1.5  $uid_support              = true;
     1.6  
     1.7 -$plugins[0]  = 'abook_take';
     1.8 -$plugins[1]  = 'administrator';
     1.9 -$plugins[2]  = 'calendar';
    1.10 -$plugins[3]  = 'compatibility';
    1.11 -$plugins[4]  = 'delete_move_next';
    1.12 -$plugins[5]  = 'filters';
    1.13 -$plugins[6]  = 'info';
    1.14 -$plugins[7]  = 'listcommands';
    1.15 -$plugins[8]  = 'mail_fetch';
    1.16 -$plugins[9]  = 'message_details';
    1.17 -$plugins[10] = 'newmail';
    1.18 -$plugins[11] = 'spamcop';
    1.19 -$plugins[12] = 'squirrelspell';
    1.20 -$plugins[13] = 'squirrel_logger';
    1.21 -$plugins[14] = 'translate';
    1.22 +$plugins[0] = 'administrator';
    1.23 +$plugins[1] = 'bug_report';
    1.24 +$plugins[2] = 'calendar';
    1.25 +$plugins[3] = 'compatibility';
    1.26 +$plugins[4] = 'delete_move_next';
    1.27 +$plugins[5] = 'filters';
    1.28 +$plugins[6] = 'fortune';
    1.29 +$plugins[7] = 'info';
    1.30 +$plugins[8] = 'listcommands';
    1.31 +$plugins[9] = 'mail_fetch';
    1.32 +$plugins[10] = 'message_details';
    1.33 +$plugins[11] = 'newmail';
    1.34 +$plugins[12] = 'sent_subfolders';
    1.35 +$plugins[13] = 'spamcop';
    1.36 +$plugins[14] = 'squirrel_logger';
    1.37 +$plugins[15] = 'squirrelspell';
    1.38 +$plugins[16] = 'translate';
    1.39  
    1.40  /* NOP, for patch line placeholder (avoids fuzz) */
    1.41  $theme_css = '';
    1.42 @@ -119,8 +121,8 @@
    1.43  $theme[12]['NAME'] = 'SilverSteel';
    1.44  $theme[13]['PATH'] = '@l_prefix@/share/squirrelmail/themes/simple_green_theme.php';
    1.45  $theme[13]['NAME'] = 'SimpleGreen';
    1.46 -$theme[14]['PATH'] = '@l_prefix@/share/squirrelmail/themes/simple_purple.php';
    1.47 -$theme[14]['NAME'] = 'SimplePurple';
    1.48 +$theme[14]['PATH'] = '@l_prefix@/share/squirrelmail/themes/spice_of_life.php';
    1.49 +$theme[14]['NAME'] = 'SpiceLife';
    1.50  $theme[15]['PATH'] = '@l_prefix@/share/squirrelmail/themes/wood_theme.php';
    1.51  $theme[15]['NAME'] = 'Wood';
    1.52  

mercurial