File default-configuration.patch of Package roundcubemail (Revision 5d451be15f20591219e86a5747d7ee14)

Currently displaying revision 5d451be15f20591219e86a5747d7ee14 , Show latest

23
 
1
diff -ur roundcubemail-1.0.orig/config/defaults.inc.php roundcubemail-1.0/config/defaults.inc.php
2
--- roundcubemail-1.0.orig/config/defaults.inc.php  2013-10-14 13:51:43.000000000 +0200
3
+++ roundcubemail-1.0/config/defaults.inc.php   2013-10-15 13:04:27.445353400 +0200
4
@@ -378,7 +378,7 @@
5
 // Password charset.
6
 // Use it if your authentication backend doesn't support UTF-8.
7
 // Defaults to ISO-8859-1 for backward compatibility
8
-$config['password_charset'] = 'ISO-8859-1';
9
+$config['password_charset'] = 'UTF-8';
10
 
11
 // How many seconds must pass between emails sent by a user
12
 $config['sendmail_delay'] = 0;
13
@@ -573,7 +573,7 @@
14
 // - 'atd'     - install your own After the Deadline server or check with the people at http://www.afterthedeadline.com before using their API
15
 // Since Google shut down their public spell checking service, you need to 
16
 // connect to a Nox Spell Server when using 'googie' here. Therefore specify the 'spellcheck_uri'
17
-$config['spellcheck_engine'] = 'googie';
18
+$config['spellcheck_engine'] = 'pspell';
19
 
20
 // For locally installed Nox Spell Server or After the Deadline services,
21
 // please specify the URI to call it.
22
Only in roundcubemail-1.0/config: defaults.inc.php.orig
23