summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2013-06-06 09:20:02 +0200
committerAleksander Machniak <alec@alec.pl>2013-06-06 09:20:02 +0200
commit67ac6e354ab6c12e708415d2949936b4dc427275 (patch)
tree07ad1c42451c53226b45f8466a2e7946651aefda /config
parentb07426f0c55f2fd2126dd2080e6a89bd334017f9 (diff)
Rename message_cache_lifetime to messages_cache_ttl option for naming consistency
Diffstat (limited to 'config')
-rw-r--r--config/main.inc.php.dist5
1 files changed, 2 insertions, 3 deletions
diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist
index 4cf94c7f8..506edd9cc 100644
--- a/config/main.inc.php.dist
+++ b/config/main.inc.php.dist
@@ -128,9 +128,8 @@ $rcmail_config['imap_cache'] = null;
// Enables messages cache. Only 'db' cache is supported.
$rcmail_config['messages_cache'] = false;
-// lifetime of message cache
-// possible units: s, m, h, d, w
-$rcmail_config['message_cache_lifetime'] = '10d';
+// Lifetime of messages cache. Possible units: s, m, h, d, w
+$rcmail_config['messages_cache_ttl'] = '10d';
// ----------------------------------
// SMTP