From ea0e9243fa5b8052ff3753767af6e3c28f3d819f Mon Sep 17 00:00:00 2001 From: lkehresman Date: Mon, 29 Jan 2001 13:51:35 +0000 Subject: [PATCH] * added attachment_common plugin to distribution * added $plugins variable to config_default.php git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@975 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- ChangeLog | 1 + config/config_default.php | 11 ++++++++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9d87324f..1430f6a3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,6 @@ Version 1.0 -- DEVELOPMENT -------------------------- +- Updated config_default.php to include attachment_common plugin (now in distribution) - A few minor speed improvements - Fixed problems in sqimap_read_body(), made it more reliable - Added Finnish translation by Teemu Junnila diff --git a/config/config_default.php b/config/config_default.php index faec2b60..5f2fe0c4 100644 --- a/config/config_default.php +++ b/config/config_default.php @@ -277,7 +277,12 @@ $invert_time = false; - // This should be a unique string, unique to your server. Something - // that nobody would guess, and nobody can find out. - $otp_pad = "SecretKey$domain"; + // To install plugins, just add elements to this array that have + // the plugin directory name relative to the /plugins/ directory. + // For instance, for the "sqclock" plugin, you'd put a line like + // the following: + // $plugins[0] = "sqclock"; + + $plugins[0] = "attachment_common"; + ?> -- 2.25.1