Projects
Kolab:3.4
roundcubemail
default-configuration.patch
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File default-configuration.patch of Package roundcubemail (Revision 50)
Currently displaying revision
50
,
Show latest
diff -ur roundcubemail-1.1.csrf/config/defaults.inc.php roundcubemail-1.1/config/defaults.inc.php --- roundcubemail-1.1.csrf/config/defaults.inc.php 2014-11-05 12:16:39.115271616 +0100 +++ roundcubemail-1.1/config/defaults.inc.php 2014-11-05 12:35:03.596562886 +0100 @@ -430,7 +430,7 @@ // Password charset. // Use it if your authentication backend doesn't support UTF-8. // Defaults to ISO-8859-1 for backward compatibility -$config['password_charset'] = 'ISO-8859-1'; +$config['password_charset'] = 'UTF-8'; // How many seconds must pass between emails sent by a user $config['sendmail_delay'] = 0; @@ -642,7 +642,7 @@ // Since Google shut down their public spell checking service, the default settings // connect to http://spell.roundcube.net which is a hosted service provided by Roundcube. // You can connect to any other googie-compliant service by setting 'spellcheck_uri' accordingly. -$config['spellcheck_engine'] = 'googie'; +$config['spellcheck_engine'] = 'pspell'; // For locally installed Nox Spell Server or After the Deadline services, // please specify the URI to call it. @@ -1025,7 +1025,7 @@ $config['display_next'] = true; // Default messages listing mode. One of 'threads' or 'list'. -$config['default_list_mode'] = 'list'; +$config['default_list_mode'] = 'threads'; // 0 - Do not expand threads // 1 - Expand all threads automatically
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
.