$OpenBSD: patch-config_main_inc_php_dist,v 1.18 2012/10/07 11:15:44 sthen Exp $ --- config/main.inc.php.dist.orig Fri Oct 5 18:14:22 2012 +++ config/main.inc.php.dist Sun Oct 7 10:47:37 2012 @@ -356,7 +356,7 @@ $rcmail_config['identities_level'] = 0; $rcmail_config['client_mimetypes'] = null; # null == default // mime magic database -$rcmail_config['mime_magic'] = '/usr/share/misc/magic'; +$rcmail_config['mime_magic'] = '../conf/magic'; // path to imagemagick identify binary $rcmail_config['im_identify_path'] = null; @@ -458,7 +458,7 @@ $rcmail_config['spellcheck_dictionary'] = false; // Set the spell checking engine. 'googie' is the default. 'pspell' is also available, // but requires the Pspell extensions. When using Nox Spell Server, also set 'googie' here. -$rcmail_config['spellcheck_engine'] = 'googie'; +$rcmail_config['spellcheck_engine'] = 'pspell'; // For a locally installed Nox Spell Server, please specify the URI to call it. // Get Nox Spell Server from http://orangoo.com/labs/?page_id=72