summaryrefslogtreecommitdiff
path: root/mail/squirrelmail/patches/patch-aa
blob: 496dd7189e6745c21a6dce4b9060eda156ea0f4a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
$NetBSD: patch-aa,v 1.10 2005/07/18 07:04:27 martti Exp $

--- config/config_default.php.orig	2005-05-22 11:30:34.000000000 +0300
+++ config/config_default.php	2005-07-18 06:23:02.000000000 +0300
@@ -392,7 +392,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
@@ -437,7 +437,7 @@
  *   $data_dir = SM_PATH . 'data/';
  * @global string $data_dir
  */
-$data_dir = SM_PATH . 'data/';
+$data_dir = '@USER_PREFS_DIR@/';
 
 /**
  * Attachments directory
@@ -455,7 +455,7 @@
  *    + 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.