squirrelmail/config.php

changeset 169
00f30de09998
parent 159
5524672ebbe7
child 180
4c723152d46f
equal deleted inserted replaced
1:439581c6dc75 2:b113e42ad7e3
70 $allow_thread_sort = true; 70 $allow_thread_sort = true;
71 $allow_server_sort = true; 71 $allow_server_sort = true;
72 $allow_charset_search = true; 72 $allow_charset_search = true;
73 $uid_support = true; 73 $uid_support = true;
74 74
75 $plugins[0] = 'abook_take'; 75 $plugins[0] = 'administrator';
76 $plugins[1] = 'administrator'; 76 $plugins[1] = 'bug_report';
77 $plugins[2] = 'calendar'; 77 $plugins[2] = 'calendar';
78 $plugins[3] = 'compatibility'; 78 $plugins[3] = 'compatibility';
79 $plugins[4] = 'delete_move_next'; 79 $plugins[4] = 'delete_move_next';
80 $plugins[5] = 'filters'; 80 $plugins[5] = 'filters';
81 $plugins[6] = 'info'; 81 $plugins[6] = 'fortune';
82 $plugins[7] = 'listcommands'; 82 $plugins[7] = 'info';
83 $plugins[8] = 'mail_fetch'; 83 $plugins[8] = 'listcommands';
84 $plugins[9] = 'message_details'; 84 $plugins[9] = 'mail_fetch';
85 $plugins[10] = 'newmail'; 85 $plugins[10] = 'message_details';
86 $plugins[11] = 'spamcop'; 86 $plugins[11] = 'newmail';
87 $plugins[12] = 'squirrelspell'; 87 $plugins[12] = 'sent_subfolders';
88 $plugins[13] = 'squirrel_logger'; 88 $plugins[13] = 'spamcop';
89 $plugins[14] = 'translate'; 89 $plugins[14] = 'squirrel_logger';
90 $plugins[15] = 'squirrelspell';
91 $plugins[16] = 'translate';
90 92
91 /* NOP, for patch line placeholder (avoids fuzz) */ 93 /* NOP, for patch line placeholder (avoids fuzz) */
92 $theme_css = ''; 94 $theme_css = '';
93 $theme_default = 4; 95 $theme_default = 4;
94 $theme[0]['PATH'] = '@l_prefix@/share/squirrelmail/themes/bluesome.php'; 96 $theme[0]['PATH'] = '@l_prefix@/share/squirrelmail/themes/bluesome.php';
117 $theme[11]['NAME'] = 'Servery'; 119 $theme[11]['NAME'] = 'Servery';
118 $theme[12]['PATH'] = '@l_prefix@/share/squirrelmail/themes/silver_steel_theme.php'; 120 $theme[12]['PATH'] = '@l_prefix@/share/squirrelmail/themes/silver_steel_theme.php';
119 $theme[12]['NAME'] = 'SilverSteel'; 121 $theme[12]['NAME'] = 'SilverSteel';
120 $theme[13]['PATH'] = '@l_prefix@/share/squirrelmail/themes/simple_green_theme.php'; 122 $theme[13]['PATH'] = '@l_prefix@/share/squirrelmail/themes/simple_green_theme.php';
121 $theme[13]['NAME'] = 'SimpleGreen'; 123 $theme[13]['NAME'] = 'SimpleGreen';
122 $theme[14]['PATH'] = '@l_prefix@/share/squirrelmail/themes/simple_purple.php'; 124 $theme[14]['PATH'] = '@l_prefix@/share/squirrelmail/themes/spice_of_life.php';
123 $theme[14]['NAME'] = 'SimplePurple'; 125 $theme[14]['NAME'] = 'SpiceLife';
124 $theme[15]['PATH'] = '@l_prefix@/share/squirrelmail/themes/wood_theme.php'; 126 $theme[15]['PATH'] = '@l_prefix@/share/squirrelmail/themes/wood_theme.php';
125 $theme[15]['NAME'] = 'Wood'; 127 $theme[15]['NAME'] = 'Wood';
126 128
127 $ldap_server[0] = array( 129 $ldap_server[0] = array(
128 'host' => 'ldaps://ldap.host.tld:636/', 130 'host' => 'ldaps://ldap.host.tld:636/',

mercurial