summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2011-05-18 12:37:00 +0000
committeralecpl <alec@alec.pl>2011-05-18 12:37:00 +0000
commit8edb3d9405c7d409bcabe38274cafbd5438575f6 (patch)
tree558f03ae5a2b5eb4e4fcc586cc2e83d18847c5b2 /config
parentb5f836e4af705679e13506c4edfe67ca3039f004 (diff)
- Add APC support in rcube_cache
Diffstat (limited to 'config')
-rw-r--r--config/main.inc.php.dist2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist
index 169a3a044..f63a18129 100644
--- a/config/main.inc.php.dist
+++ b/config/main.inc.php.dist
@@ -109,7 +109,7 @@ $rcmail_config['imap_auth_cid'] = null;
// Optional IMAP authentication password to be used for imap_auth_cid
$rcmail_config['imap_auth_pw'] = null;
-// Type of IMAP indexes cache. Supported values: 'db' and 'memcache'.
+// Type of IMAP indexes cache. Supported values: 'db', 'apc' and 'memcache'.
$rcmail_config['imap_cache'] = null;
// Enables messages cache. Only 'db' cache is supported.