summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2005-10-03 21:20:42 +0000
committerthomascube <thomas@roundcube.net>2005-10-03 21:20:42 +0000
commit6dc0269fcc9f11fbd53da1fb647237ab73cf394d (patch)
tree02976623a072f82d42a5b0943e8b4f2a7a8971da /config
parentadf95dde7bb32716d4152528a1c6d8eab3fadcb2 (diff)
Make message caching configurable
Diffstat (limited to 'config')
-rw-r--r--config/main.inc.php.dist4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist
index 6498e019e..86f07781c 100644
--- a/config/main.inc.php.dist
+++ b/config/main.inc.php.dist
@@ -18,6 +18,10 @@ $rcmail_config = array();
// system error reporting: 1 = log; 2 = report (not implemented yet), 4 = show, 8 = trace
$rcmail_config['debug_level'] = 5;
+// 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;
+
// automatically create a new user when log-in the first time
// set to false if only registered users can use this service
$rcmail_config['auto_create_user'] = TRUE;