From 9e2a7afc9c0ca09ab9c46ba2868787a55f9a0158 Mon Sep 17 00:00:00 2001 From: alecpl Date: Thu, 24 Sep 2009 08:25:28 +0000 Subject: - set enable_caching=false by default --- config/main.inc.php.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist index e209bc638..597ae23f5 100644 --- a/config/main.inc.php.dist +++ b/config/main.inc.php.dist @@ -43,7 +43,7 @@ $rcmail_config['plugins'] = array(); // 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 -$rcmail_config['enable_caching'] = TRUE; +$rcmail_config['enable_caching'] = FALSE; // lifetime of message cache // possible units: s, m, h, d, w -- cgit v1.2.3