From 702ce09f892f8d9de45e69b3ef042ebea749576a Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Mon, 16 Jun 2014 08:15:54 -0400
Subject: [PATCH] Add notes about messages_cache setting requirements (#1489946)

---
 config/defaults.inc.php |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/config/defaults.inc.php b/config/defaults.inc.php
index cdddb43..3a892ce 100644
--- a/config/defaults.inc.php
+++ b/config/defaults.inc.php
@@ -173,6 +173,9 @@
 $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

--
Gitblit v1.9.1