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 44)
Currently displaying revision
44
,
Show latest
diff --git a/config/defaults.inc.php b/config/defaults.inc.php index 6f61a4c..28eb9df 100644 --- a/config/defaults.inc.php +++ b/config/defaults.inc.php @@ -430,7 +430,7 @@ $config['mail_domain'] = ''; // 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; @@ -624,7 +624,7 @@ $config['spellcheck_dictionary'] = false; // - 'atd' - install your own After the Deadline server or check with the people at http://www.afterthedeadline.com before using their API // Since Google shut down their public spell checking service, you need to // connect to a Nox Spell Server when using 'googie' here. Therefore specify the 'spellcheck_uri' -$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. @@ -1007,7 +1007,7 @@ $config['check_all_folders'] = false; $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
.