Projects
Kolab:Winterfell
roundcubemail
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 124
View file
roundcubemail.spec
Changed
@@ -49,14 +49,14 @@ %global tmpdir /var/lib/roundcubemail %global rc_version 1.4 -%global rc_rel_suffix alpha7 +%global rc_rel_suffix alpha8 %global dot_rel_suffix %{?rc_rel_suffix:.%{rc_rel_suffix}} %global dash_rel_suffix %{?rc_rel_suffix:-%{rc_rel_suffix}} Name: roundcubemail Version: 1.4 -Release: 38%{?dot_rel_suffix}%{?dist} +Release: 39%{?dot_rel_suffix}%{?dist} Summary: Round Cube Webmail is a browser-based multilingual IMAP client @@ -3324,6 +3324,10 @@ %defattr(-,root,root,-) %changelog +* Sat Aug 18 2018 Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> - 1.4-39.alpha8 +- New snapshot +- Set create_default_folders to true on Plesk + * Thu Jul 12 2018 Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> - 1.4-38.alpha7 - Fix unread icon - Use bold font for folders with unread messages
View file
debian.changelog
Changed
@@ -1,3 +1,10 @@ +roundcubemail (1.4-0~kolab39) unstable; urgency=low + + * New snapshot + * Set create_default_folders on Plesk + + -- Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> Sat, 18 Aug 2018 11:11:11 +0200 + roundcubemail (1.4-0~kolab38) unstable; urgency=low * Fix unread icon
View file
plesk.config.inc.php
Changed
@@ -140,11 +140,16 @@ $config['performance_stats'] = true; + $config['archive_mbox'] = 'Archive'; $config['drafts_mbox'] = 'Drafts'; $config['junk_mbox'] = 'Spam'; $config['sent_mbox'] = 'Sent'; $config['trash_mbox'] = 'Trash'; + $config['create_default_folders'] = true; + + $config['default_folders'] = array('INBOX', 'Archive', 'Drafts', 'Sent', 'Spam', 'Trash'); + $config['skin_include_php'] = false; $config['mime_magic'] = null; $config['im_identify_path'] = '/usr/bin/identify'; @@ -152,10 +157,6 @@ $config['log_dir'] = 'logs/'; $config['temp_dir'] = '/tmp'; - $config['archive_mbox'] = 'Archive'; - $config['junk_mbox'] = 'Spam'; - $config['default_folders'] = array('INBOX', 'Archive', 'Drafts', 'Sent', 'Spam', 'Trash'); - $config['log_driver'] = 'file'; $config['log_date_format'] = 'Y-M-d H:i:s O'; $config['syslog_id'] = 'roundcube';
View file
roundcubemail.dsc
Changed
@@ -2,7 +2,7 @@ Source: roundcubemail Binary: roundcubemail Architecture: all -Version: 1:1.4-0~kolab38 +Version: 1:1.4-0~kolab39 Maintainer: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> Uploaders: Paul Klos <kolab@klos2day.nl> Homepage: http://www.roundcube.net/ @@ -14,5 +14,5 @@ roundcubemail deb web extra roundcubemail-core deb web extra Files: - 00000000000000000000000000000000 0 roundcubemail-1.4-alpha7.tar.gz + 00000000000000000000000000000000 0 roundcubemail-1.4-alpha8.tar.gz 00000000000000000000000000000000 0 debian.tar.gz
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.