diff --git a/root/etc/e-smith/events/actions/roundcube-conf b/root/etc/e-smith/events/actions/roundcube-conf index 5d3d56c..3b74e0c 100644 --- a/root/etc/e-smith/events/actions/roundcube-conf +++ b/root/etc/e-smith/events/actions/roundcube-conf @@ -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 diff --git a/root/etc/e-smith/templates/etc/roundcubemail/config.inc.php/90USER_PREFERENCES b/root/etc/e-smith/templates/etc/roundcubemail/config.inc.php/90USER_PREFERENCES index 5e51cb8..71720c1 100644 --- a/root/etc/e-smith/templates/etc/roundcubemail/config.inc.php/90USER_PREFERENCES +++ b/root/etc/e-smith/templates/etc/roundcubemail/config.inc.php/90USER_PREFERENCES @@ -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 diff --git a/smeserver-roundcube.spec b/smeserver-roundcube.spec index 70bf787..8298200 100644 --- a/smeserver-roundcube.spec +++ b/smeserver-roundcube.spec @@ -1,6 +1,6 @@ %define name smeserver-roundcube %define version 1.6 -%define release 1 +%define release 2 Summary: smserver rpm to setup roundcube, an IMAP mail client Name: %{name} @@ -35,7 +35,7 @@ Requires: roundcube-skin-classic Requires: roundcube-plugin-nextcloud_attachments Requires: roundcube-plugin-globaladdressbook Requires: roundcube-plugin-contextmenu -Requires: php-sabre-dav php-sabre-event php-sabre-http php-sabre-uri2 php-sabre-vobject4444 php-sabre-xml2 +Requires: php-sabre-dav php-sabre-event php-sabre-http php-sabre-uri2 php-sabre-vobject4 php-sabre-xml2 AutoReqProv: no %description @@ -80,11 +80,9 @@ fi %attr(755,root,root) /usr/bin/rcplugin_update.sh %changelog -* Sun Sep 01 2024 Jean-Philippe Pialasse 1.6-1.sme -- initial version for SME11 [SME: ] +* Sun Sep 01 2024 Jean-Philippe Pialasse 1.6-2.sme +- initial version for SME11 [SME: 12617] - build and require rpm for plugins and skins -- TODO: allow custom server IMAP/SMTP -- TODO: Install deps without symphony * Mon Mar 25 2024 Jean-Philippe Pialasse 1.2-24.sme - fix temp event not ending because of interactive install of plugin [SME: 12530]