From c66e87d8fe582f559ee78f032e4038c8b6a33fa4 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Thu, 31 Jul 2014 08:28:22 +0200 Subject: [PATCH] Allow a small note field when forwarding --- root/etc/e-smith/templates/etc/phplist/config.php/50Options | 1 + 1 file changed, 1 insertion(+) diff --git a/root/etc/e-smith/templates/etc/phplist/config.php/50Options b/root/etc/e-smith/templates/etc/phplist/config.php/50Options index 422c462..894212d 100644 --- a/root/etc/e-smith/templates/etc/phplist/config.php/50Options +++ b/root/etc/e-smith/templates/etc/phplist/config.php/50Options @@ -4,6 +4,7 @@ define('USE_ADMIN_DETAILS_FOR_MESSAGES',1); define("PLUGIN_ROOTDIR","/usr/share/phplist/www/admin/plugins"); define("FCKIMAGES_DIR","uploadimages"); define('UPLOADIMAGES_DIR','uploadimages'); +define("FORWARD_PERSONAL_NOTE_SIZE",500); { my $lang = $phplist{'Language'} || ''; $lang .= ($lang =~ m/\.inc$/) ? '' : '.inc';