SOURCES: roundcubemail-config.patch - updated for 0.2-beta

charles charles at pld-linux.org
Tue Sep 30 01:37:18 CEST 2008


Author: charles                      Date: Mon Sep 29 23:37:18 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- updated for 0.2-beta

---- Files affected:
SOURCES:
   roundcubemail-config.patch (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SOURCES/roundcubemail-config.patch
diff -u SOURCES/roundcubemail-config.patch:1.2 SOURCES/roundcubemail-config.patch:1.3
--- SOURCES/roundcubemail-config.patch:1.2	Sun Jun 25 21:03:54 2006
+++ SOURCES/roundcubemail-config.patch	Tue Sep 30 01:37:13 2008
@@ -1,15 +1,15 @@
 --- ./config/main.inc.php.dist.org	2006-06-17 17:42:13.000000000 +0000
 +++ ./config/main.inc.php.dist	2006-06-17 17:43:35.000000000 +0000
-@@ -83,10 +83,10 @@
- $rcmail_config['skin_path'] = 'skins/default/';
+@@ -30,10 +30,10 @@
  
- // use this folder to store temp files (must be writebale for apache user)
--$rcmail_config['temp_dir'] = 'temp/';
-+$rcmail_config['temp_dir'] = '/var/lib/roundcube';
- 
- // use this folder to store log files (must be writebale for apache user)
+ // use this folder to store log files (must be writeable for apache user)
+ // This is used by the 'file' log driver.
 -$rcmail_config['log_dir'] = 'logs/';
 +$rcmail_config['log_dir'] = '/var/log/roundcube';
  
- // session lifetime in minutes
- $rcmail_config['session_lifetime'] = 10;
+ // use this folder to store temp files (must be writeable for apache user)
+-$rcmail_config['temp_dir'] = 'temp/';
++$rcmail_config['temp_dir'] = '/var/lib/roundcube';
+ 
+ // enable caching of messages and mailbox data in the local database.
+ // this is recommended if the IMAP server does not run on the same machine
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/roundcubemail-config.patch?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list