summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2014-06-16 12:40:27 +0200
committerAleksander Machniak <alec@alec.pl>2014-06-16 12:40:27 +0200
commit769829a0cec6198fedf8dd937b123377cb45510d (patch)
treea9f4d408f91468b79b03a00f87899ab53e86bdfa /config
parent7e309b872f9a60ecb5ac975fdd2f4f89b508aba8 (diff)
Add notes about messages_cache setting requirements (#1489946)
Diffstat (limited to 'config')
-rw-r--r--config/defaults.inc.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/defaults.inc.php b/config/defaults.inc.php
index 85190eb0a..859378624 100644
--- a/config/defaults.inc.php
+++ b/config/defaults.inc.php
@@ -173,6 +173,9 @@ $config['imap_auth_pw'] = null;
$config['imap_cache'] = null;
// Enables messages cache. Only 'db' cache is supported.
+// This requires an IMAP server that supports QRESYNC and CONDSTORE
+// extensions (RFC7162). See synchronize() in program/lib/Roundcube/rcube_imap_cache.php
+// for further info, or if you experience syncing problems.
$config['messages_cache'] = false;
// Lifetime of IMAP indexes cache. Possible units: s, m, h, d, w