]> git.pld-linux.org Git - packages/squirrelmail.git/blob - squirrelmail-config.patch
- make some default configuration
[packages/squirrelmail.git] / squirrelmail-config.patch
1 --- ./config/config_default.php.org     Wed Apr 21 19:21:54 2004
2 +++ ./config/config_default.php Fri Oct  8 11:59:38 2004
3 @@ -95,7 +95,7 @@
4   * option set to true.
5   * @global string $provider_name
6   */
7 -$provider_name = 'SquirrelMail';
8 +$provider_name = 'PLD Linux';
9  
10  /**
11   * Provider URI
12 @@ -106,7 +106,7 @@
13   * option set to true.
14   * @global string $provider_uri
15   */
16 -$provider_uri = 'http://www.squirrelmail.org/';
17 +$provider_uri = 'http://www.pld-linux.org/';
18  
19  /*** Server Settings ***/
20  /**
21 @@ -276,7 +276,7 @@
22   * If you do not use this, set it to the empty string.
23   * @global string $default_folder_prefix
24   */
25 -$default_folder_prefix = '';
26 +$default_folder_prefix = 'mail/';
27  
28  /**
29   * User level prefix control
30 @@ -442,7 +442,7 @@
31   *   $data_dir = SM_PATH . 'data/';
32   * @global string $data_dir
33   */
34 -$data_dir = SM_PATH . 'data/';
35 +$data_dir = '/var/spool/squirrelmail/prefs/';
36  
37  /**
38   * Attachments directory
39 @@ -460,7 +460,7 @@
40   *    + It should probably be another directory than data_dir.
41   * @global string $attachment_dir
42   */
43 -$attachment_dir = $data_dir;
44 +$attachment_dir = '/var/spool/squirrelmail/data/';
45  
46  /**
47   * Hash level used for data directory.
48 @@ -823,4 +823,4 @@
49   * sent and regular output to begin, which will majorly screw
50   * things up when we try to send more headers later.
51   */
52 -?>
53 \ No newline at end of file
54 +?>
55 --- ./config/conf.pl.org        Fri Oct  8 11:48:41 2004
56 +++ ./config/conf.pl    Fri Oct  8 11:50:49 2004
57 @@ -317,11 +317,11 @@
58  }
59  
60  if ( !$provider_uri ) {
61 -    $provider_uri = "http://www.squirrelmail.org/";
62 +    $provider_uri = "http://www.pld-linux.org/";
63  }
64  
65  if ( !$provider_name ) {
66 -    $provider_name = "SquirrelMail";
67 +    $provider_name = "PLD Linux";
68  }
69  
70  if ( !$edit_identity ) {
This page took 0.030354 seconds and 3 git commands to generate.