summaryrefslogtreecommitdiff
path: root/mail/squirreloutlook/files/patch-config-config_default.php
blob: cd26a58fededd68c6d1421ad7b3cdae1eb31bbe3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- config/config_default.php.orig	Wed Jun  2 10:49:41 2004
+++ config/config_default.php	Wed Jun  2 10:50:21 2004
@@ -442,7 +442,7 @@
  *   $data_dir = SM_PATH . 'data/';
  * @global string $data_dir
  */
-$data_dir = SM_PATH . 'data/';
+$data_dir = '/var/spool/squirrelmail/pref/';
 
 /**
  * Attachments directory
@@ -460,7 +460,7 @@
  *    + It should probably be another directory than data_dir.
  * @global string $attachment_dir
  */
-$attachment_dir = $data_dir;
+$attachment_dir = '/var/spool/squirrelmail/attach/';
 
 /**
  * Hash level used for data directory.