$NetBSD: patch-aa,v 1.13 2007/05/10 06:48:28 martti Exp $ --- config/config_default.php.orig 2007-03-04 04:07:59.000000000 +0200 +++ config/config_default.php 2007-05-10 09:21:01.000000000 +0300 @@ -414,7 +414,7 @@ * false. (Cyrus works fine whether it's true OR false). * @global bool $show_contain_subfolders_option */ -$show_contain_subfolders_option = false; +$show_contain_subfolders_option = true; /** * These next two options set the defaults for the way that the @@ -464,7 +464,7 @@ * * @global string $data_dir */ -$data_dir = '/var/local/squirrelmail/data/'; +$data_dir = '@USER_PREFS_DIR@/'; /** * Attachments directory @@ -482,7 +482,7 @@ * + It should probably be another directory than data_dir. * @global string $attachment_dir */ -$attachment_dir = '/var/local/squirrelmail/attach/'; +$attachment_dir = '@ATTACHMENTS_DIR@/'; /** * Hash level used for data directory.