michael@157: Index: etc/squirrelmail/config.php michael@157: diff -Nau etc/squirrelmail/config.php.orig etc/squirrelmail/config.php michael@157: --- etc/squirrelmail/config.php.orig 2005-03-16 13:02:25 +0100 michael@157: +++ etc/squirrelmail/config.php 2005-03-16 12:31:51 +0100 michael@157: @@ -89,6 +89,19 @@ michael@157: $plugins[13] = 'squirrel_logger'; michael@157: $plugins[14] = 'translate'; michael@157: michael@157: +$plugins[15] = 'addgraphics'; michael@157: +$plugins[16] = 'avelsieve'; michael@157: +$plugins[17] = 'check_quota'; michael@157: +$plugins[18] = 'chg_sasl_passwd'; michael@157: +$plugins[19] = 'folder_sizes'; michael@157: +$plugins[20] = 'gpg'; michael@157: +$plugins[21] = 'ldifimport'; michael@157: +$plugins[22] = 'pupdate'; michael@157: +$plugins[23] = 'show_user_and_ip'; michael@157: +$plugins[24] = 'smallcal'; michael@157: +$plugins[25] = 'vkeyboard'; michael@157: +$plugins[26] = 'username'; michael@157: + michael@157: /* NOP, for patch line placeholder (avoids fuzz) */ michael@157: $theme_css = ''; michael@157: $theme_default = 0; michael@157: Index: share/squirrelmail/plugins/gpg/setup.php michael@157: diff -Nau share/squirrelmail/plugins/gpg/setup.php.orig share/squirrelmail/plugins/gpg/setup.php michael@157: --- share/squirrelmail/plugins/gpg/setup.php.orig 2005-03-18 12:01:39.398171000 +0100 michael@157: +++ share/squirrelmail/plugins/gpg/setup.php 2005-03-18 12:03:35.986216000 +0100 michael@157: @@ -14,7 +14,9 @@ michael@157: * michael@157: */ michael@157: if (!defined (SM_PATH)){ michael@157: - if (file_exists('./gpg_functions.php')){ michael@157: + if (file_exists('../../../plugins/gpg/gpg_functions.php')){ michael@157: + define (SM_PATH , '../../../'); michael@157: + } elseif (file_exists('../../plugins/gpg/gpg_functions.php')){ michael@157: define (SM_PATH , '../../'); michael@157: } elseif (file_exists('../plugins/gpg/gpg_functions.php')) { michael@157: define (SM_PATH, '../'); michael@157: Index: share/squirrelmail/plugins/chg_sasl_passwd/options.php michael@157: diff -Nau share/squirrelmail/plugins/chg_sasl_passwd/options.php.orig share/squirrelmail/plugins/chg_sasl_passwd/options.php michael@157: --- share/squirrelmail/plugins/chg_sasl_passwd/options.php.orig 2005-03-17 21:00:03.157951000 +0100 michael@157: +++ share/squirrelmail/plugins/chg_sasl_passwd/options.php 2005-03-18 14:16:40.480988000 +0100 michael@157: @@ -70,8 +70,8 @@ michael@157: ' "" + dir_path + "/../../src/signout.php?chg_sasl_passwd";' . "', 0);\n" . michael@157: "//-->\n\n"; michael@157: michael@157: - echo "
\n" . _("Logging out automagically") . ".
\n";
michael@157: + echo "