$NetBSD: patch-aa,v 1.15 2008/05/27 12:40:37 martti Exp $

Make this pkgsrc friendly.

--- config/config_default.php.orig	2008-07-19 10:31:43.000000000 +0300
+++ config/config_default.php	2008-09-28 20:26:03.000000000 +0300
@@ -446,7 +446,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
@@ -496,7 +496,7 @@
  *
  * @global string $data_dir
  */
-$data_dir = '/var/local/squirrelmail/data/';
+$data_dir = '@USER_PREFS_DIR@/';
 
 /**
  * Attachments directory
@@ -514,7 +514,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.
