$OpenBSD: patch-config_main_inc_php_dist,v 1.16 2011/12/14 21:28:30 sthen Exp $
--- config/main.inc.php.dist.orig	Wed Nov 30 13:11:34 2011
+++ config/main.inc.php.dist	Wed Dec 14 21:27:17 2011
@@ -339,7 +339,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;
@@ -441,7 +441,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
