blob: a1d5c957708f1c6b1ade8047534d4b0b3e8a6c67 (
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.9 2005/02/20 01:52:36 minskim Exp $
--- config/config_default.php.orig 2004-12-24 09:55:39.000000000 -0600
+++ config/config_default.php
@@ -373,7 +373,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
@@ -418,7 +418,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
@@ -436,7 +436,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.
|