* 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:
Jean-Philippe Pialasse 2024-09-20 00:32:01 -04:00
parent 8a2ffdf6c5
commit dcda8fd6f2
3 changed files with 8 additions and 9 deletions

View File

@ -2,4 +2,5 @@
# prevents setting error_reporting in 1.6; removed in newer versions # 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 /usr/bin/sed -i -e 's/^.*error_reporting.*$/ \/\/rem/' /usr/share/roundcubemail/program/lib/Roundcube/bootstrap.php
# update composer # 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

View File

@ -83,7 +83,7 @@ $config['mime_param_folding'] = 1;
// Set true if deleted messages should not be displayed // Set true if deleted messages should not be displayed
// This will make the application run slower // 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 // 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 // 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'; $config['default_font_size'] = '10pt';
// Enables display of email address with name instead of a name (and address in title) // 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: // Default behavior of Reply-All button:
// 0 - Reply-All always // 0 - Reply-All always

View File

@ -1,6 +1,6 @@
%define name smeserver-roundcube %define name smeserver-roundcube
%define version 1.6 %define version 1.6
%define release 1 %define release 2
Summary: smserver rpm to setup roundcube, an IMAP mail client Summary: smserver rpm to setup roundcube, an IMAP mail client
Name: %{name} Name: %{name}
@ -35,7 +35,7 @@ Requires: roundcube-skin-classic
Requires: roundcube-plugin-nextcloud_attachments Requires: roundcube-plugin-nextcloud_attachments
Requires: roundcube-plugin-globaladdressbook Requires: roundcube-plugin-globaladdressbook
Requires: roundcube-plugin-contextmenu 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 AutoReqProv: no
%description %description
@ -80,11 +80,9 @@ fi
%attr(755,root,root) /usr/bin/rcplugin_update.sh %attr(755,root,root) /usr/bin/rcplugin_update.sh
%changelog %changelog
* Sun Sep 01 2024 Jean-Philippe Pialasse <jpp@koozali.org> 1.6-1.sme * Sun Sep 01 2024 Jean-Philippe Pialasse <jpp@koozali.org> 1.6-2.sme
- initial version for SME11 [SME: ] - initial version for SME11 [SME: 12617]
- build and require rpm for plugins and skins - 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 <jpp@koozali.org> 1.2-24.sme * Mon Mar 25 2024 Jean-Philippe Pialasse <jpp@koozali.org> 1.2-24.sme
- fix temp event not ending because of interactive install of plugin [SME: 12530] - fix temp event not ending because of interactive install of plugin [SME: 12530]