blob: 7c8d9a24a81311fb9bd7a01678a0088d5c41f749 (
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
32
33
|
$NetBSD: patch-aa,v 1.15 2008/05/27 12:40:37 martti Exp $
Make this pkgsrc friendly.
--- config/config_default.php.orig 2007-07-10 17:52:53.000000000 +0300
+++ config/config_default.php 2007-12-05 08:50:31.000000000 +0200
@@ -434,7 +434,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
@@ -484,7 +484,7 @@
*
* @global string $data_dir
*/
-$data_dir = '/var/local/squirrelmail/data/';
+$data_dir = '@USER_PREFS_DIR@/';
/**
* Attachments directory
@@ -502,7 +502,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.
|