]> git.pld-linux.org Git - packages/squirrelmail.git/blob - squirrelmail-config.patch
- added %name-squirrelspell.patch (polish by default) rel 1.2
[packages/squirrelmail.git] / squirrelmail-config.patch
1 diff -urN squirrelmail-1.4.4-rc1.orig/config/config_default.php squirrelmail-1.4.4-rc1/config/config_default.php
2 --- squirrelmail-1.4.4-rc1.orig/config/config_default.php       2004-12-24 16:55:39.000000000 +0100
3 +++ squirrelmail-1.4.4-rc1/config/config_default.php    2005-01-06 16:20:04.648183416 +0100
4 @@ -84,7 +84,7 @@
5   * option set to true.
6   * @global string $provider_name
7   */
8 -$provider_name = 'SquirrelMail';
9 +$provider_name = 'PLD Linux';
10  
11  /**
12   * Provider URI
13 @@ -95,7 +95,7 @@
14   * option set to true.
15   * @global string $provider_uri
16   */
17 -$provider_uri = 'http://www.squirrelmail.org/';
18 +$provider_uri = 'http://www.pld-linux.org/';
19  
20  /*** Server Settings ***/
21  /**
22 @@ -266,7 +266,7 @@
23   * If you do not use this, set it to the empty string.
24   * @global string $default_folder_prefix
25   */
26 -$default_folder_prefix = '';
27 +$default_folder_prefix = 'mail/';
28  
29  /**
30   * User level prefix control
31 @@ -418,7 +418,7 @@
32   *   $data_dir = SM_PATH . 'data/';
33   * @global string $data_dir
34   */
35 -$data_dir = SM_PATH . 'data/';
36 +$data_dir = '/var/lib/squirrelmail/prefs/';
37  
38  /**
39   * Attachments directory
40 @@ -436,7 +436,7 @@
41   *    + It should probably be another directory than data_dir.
42   * @global string $attachment_dir
43   */
44 -$attachment_dir = $data_dir;
45 +$attachment_dir = '/var/lib/squirrelmail/data/';
46  
47  /**
48   * Hash level used for data directory.
49 diff -urN squirrelmail-1.4.4-rc1.orig/config/conf.pl squirrelmail-1.4.4-rc1/config/conf.pl
50 --- squirrelmail-1.4.4-rc1.orig/config/conf.pl  2004-12-30 00:19:35.000000000 +0100
51 +++ squirrelmail-1.4.4-rc1/config/conf.pl       2005-01-06 16:21:18.747918544 +0100
52 @@ -286,8 +286,8 @@
53  $noselect_fix_enable = "false"         if ( !$noselect_fix_enable );
54  $frame_top = "_top"                    if ( !$frame_top );
55  
56 -$provider_uri = "http://www.squirrelmail.org/" if ( !$provider_uri );
57 -$provider_name = "SquirrelMail"        if ( !$provider_name );
58 +$provider_uri = "http://www.pld-linux.org/" if ( !$provider_uri );
59 +$provider_name = "PLD Linux"        if ( !$provider_name );
60  
61  $edit_identity = "true"                if ( !$edit_identity );
62  $edit_name = "true"                    if ( !$edit_name );
This page took 0.079278 seconds and 3 git commands to generate.