summaryrefslogtreecommitdiff
path: root/mail/squirrelmail/patches/patch-aa
blob: 96b8f75ada72925f28f676294e728faa2543ddc9 (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.6 2003/09/01 11:51:27 martti Exp $

--- config/config_default.php.orig	Mon Jul  7 10:28:21 2003
+++ config/config_default.php	Mon Sep  1 09:41:14 2003
@@ -193,7 +193,7 @@
  * false. (Cyrus works fine whether it's true OR false).
  */
 global $show_contain_subfolders_option;
-$show_contain_subfolders_option = false;
+$show_contain_subfolders_option = true;
 
 /**
  * This option controls what character set is used when sending mail
@@ -220,7 +220,7 @@
  *   $data_dir = SM_PATH . 'data/';
  */
 global $data_dir;
-$data_dir = SM_PATH . 'data/';
+$data_dir = '@USER_PREFS_DIR@/';
 
 /**
  * Path to directory used for storing attachments while a mail is
@@ -236,7 +236,7 @@
  *    + It should probably be another directory than data_dir.
  */
 global $attachment_dir;
-$attachment_dir = "$data_dir";
+$attachment_dir = "@ATTACHMENTS_DIR@/";
 
 /* Hash level used for data directory. */
 global $dir_hash_level;