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@164: @@ -90,6 +90,23 @@ michael@164: $plugins[15] = 'squirrelspell'; michael@164: $plugins[16] = 'translate'; michael@157: michael@164: +$plugins[17] = 'addgraphics'; michael@164: +$plugins[18] = 'avelsieve'; michael@164: +$plugins[19] = 'captcha'; michael@164: +$plugins[20] = 'change_ldappass'; michael@164: +$plugins[21] = 'check_quota'; michael@164: +$plugins[22] = 'chg_sasl_passwd'; michael@164: +$plugins[23] = 'folder_sizes'; michael@164: +$plugins[24] = 'gpg'; michael@164: +$plugins[25] = 'login_notes'; michael@164: +$plugins[26] = 'password_forget'; michael@164: +$plugins[27] = 'pupdate'; michael@164: +$plugins[28] = 'show_user_and_ip'; michael@164: +$plugins[29] = 'smallcal'; michael@159: +$plugins[30] = 'smime'; michael@164: +$plugins[31] = 'username'; michael@164: +$plugins[32] = 'vkeyboard'; michael@157: + michael@157: /* NOP, for patch line placeholder (avoids fuzz) */ michael@157: $theme_css = ''; michael@164: $theme_default = 4; 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@159: @@ -23,7 +23,9 @@ michael@159: michael@159: //define SM_PATH michael@159: if (!defined ('SM_PATH')){ michael@157: - if (file_exists('./gpg_functions.php')){ michael@157: + if (file_exists('../../../plugins/gpg/gpg_functions.php')){ michael@159: + define ('SM_PATH' , '../../../'); michael@157: + } elseif (file_exists('../../plugins/gpg/gpg_functions.php')){ michael@159: define ('SM_PATH' , '../../'); michael@157: } elseif (file_exists('../plugins/gpg/gpg_functions.php')) { michael@159: 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 "