generated from smedev/Template-for-SMEServer-Core-Package
* Sun Sep 01 2024 Jean-Philippe Pialasse <jpp@koozali.org> 1.6-2.sme
- initial version for SME11 [SME: 12617] - build and require rpm for plugins and skins
This commit is contained in:
@@ -2,4 +2,5 @@
|
||||
# prevents setting error_reporting in 1.6; removed in newer versions
|
||||
/usr/bin/sed -i -e 's/^.*error_reporting.*$/ \/\/rem/' /usr/share/roundcubemail/program/lib/Roundcube/bootstrap.php
|
||||
# update composer
|
||||
/usr/bin/rcplugin_update.sh
|
||||
# disabled by default for SME11 as we would rather the stability of rpms
|
||||
#/usr/bin/rcplugin_update.sh
|
||||
|
@@ -83,7 +83,7 @@ $config['mime_param_folding'] = 1;
|
||||
|
||||
// Set true if deleted messages should not be displayed
|
||||
// This will make the application run slower
|
||||
$config['skip_deleted'] = false;
|
||||
$config['skip_deleted'] = true;
|
||||
|
||||
// Set true to Mark deleted messages as read as well as deleted
|
||||
// False means that a message's read status is not affected by marking it as deleted
|
||||
@@ -189,7 +189,7 @@ $config['default_font'] = 'Verdana';
|
||||
$config['default_font_size'] = '10pt';
|
||||
|
||||
// Enables display of email address with name instead of a name (and address in title)
|
||||
$config['message_show_email'] = false;
|
||||
$config['message_show_email'] = true;
|
||||
|
||||
// Default behavior of Reply-All button:
|
||||
// 0 - Reply-All always
|
||||
|
Reference in New Issue
Block a user