$NetBSD: patch-aa,v 1.12 2006/12/04 13:06:01 obache Exp $

--- config/config_default.php.orig	2006-10-07 11:58:42.000000000 +0000
+++ config/config_default.php
@@ -414,7 +414,7 @@ $default_sub_of_inbox = true;
  * 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
@@ -459,7 +459,7 @@ $noselect_fix_enable = false;
  *   $data_dir = SM_PATH . 'data/';
  * @global string $data_dir
  */
-$data_dir = SM_PATH . 'data/';
+$data_dir = '@USER_PREFS_DIR@/';
 
 /**
  * Attachments directory
@@ -477,7 +477,7 @@ $data_dir = SM_PATH . 'data/';
  *    + It should probably be another directory than data_dir.
  * @global string $attachment_dir
  */
-$attachment_dir = $data_dir;
+$attachment_dir = '@ATTACHMENTS_DIR@/';
 
 /**
  * Hash level used for data directory.
